Spaces:
Runtime error
A newer version of the Gradio SDK is available:
5.5.0
title: Finbert Financial Sentiment
emoji: π
colorFrom: indigo
colorTo: green
sdk: gradio
sdk_version: 3.29.0
app_file: app.py
pinned: false
license: mit
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Financial Sentiment Analysis with Huggingface Spaces
This project performs sentiment analysis on financial text using Huggingface Transformers and deploys the sentiment analysis model on Huggingface Spaces.
Overview
The Financial Sentiment Analysis project allows users to input financial text and receive sentiment analysis results, indicating whether the sentiment is positive, negative, or neutral. The sentiment analysis model is trained on financial news data and provides accurate predictions for financial sentiment classification.
Deployment on Huggingface Spaces
The project is deployed on Huggingface Spaces, allowing easy access and usage of the sentiment analysis model. To deploy the project on Spaces, follow the instructions below:
Create a new space repository on Huggingface Spaces.
Clone this repository to your local machine:
git clone https://huggingface.co/spaces/shekolla/finbert-financial-sentiment
Run the code:
python app.py