--- 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: 1. Create a new space repository on Huggingface Spaces. 2. Clone this repository to your local machine: ```shell git clone https://huggingface.co/spaces/shekolla/finbert-financial-sentiment 3. Run the code: ```bash python app.py