Kartikay Khosla commited on
Commit
6b14220
Β·
1 Parent(s): ee83d7b

Ready for Hugging Face deployment

Browse files
Files changed (2) hide show
  1. README.md +6 -3
  2. requirements.txt +1 -2
README.md CHANGED
@@ -1,9 +1,12 @@
1
  ---
2
- title: Sentiment Analysis App
3
  emoji: πŸ“‘
4
- colorFrom: blue
5
- colorTo: pink
6
  sdk: streamlit
7
  app_file: app.py
8
  pinned: false
9
  ---
 
 
 
 
1
  ---
2
+ title: Sentiment & Emotion Analyzer
3
  emoji: πŸ“‘
4
+ colorFrom: purple
5
+ colorTo: yellow
6
  sdk: streamlit
7
  app_file: app.py
8
  pinned: false
9
  ---
10
+
11
+ # πŸ“‘ Multilingual Text Emotion + Sentiment Analyzer
12
+ Upload a `.docx` file or paste text to analyze emotions and sentiments in **English, Hindi, and Tamil**.
requirements.txt CHANGED
@@ -9,6 +9,5 @@ pandas
9
  matplotlib
10
  beautifulsoup4
11
  xlsxwriter
 
12
 
13
- # Explicitly include SpaCy models
14
- https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0.tar.gz
 
9
  matplotlib
10
  beautifulsoup4
11
  xlsxwriter
12
+ spacy-transformers
13