khandelwalkishna15 commited on
Commit
bfa5bb3
•
1 Parent(s): f5c9839

README file created

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Financial Sentiment Analysis
3
+ emoji: 💹
4
+ colorFrom: blue
5
+ colorTo: red
6
+ sdk: streamlit
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+
11
+ # Financial Sentiment Analysis App
12
+
13
+ 🚀 Demo of 🤗 Spaces deployment of a Streamlit Python app for financial sentiment analysis.
14
+
15
+ ## Overview
16
+
17
+ This is a simple web application built with Streamlit and Hugging Face Transformers for financial sentiment analysis. Users can input financial news, and the app uses a pre-trained transformer model to predict sentiment (Negative, Neutral, Positive).
18
+