"Added requirements file for dependencies"
Browse files"This file lists all the Python libraries needed to run the TweetPulse AI Sentiment Analyzer app on Hugging Face Spaces."
- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
joblib
|
| 3 |
+
scikit-learn
|
| 4 |
+
pillow
|
| 5 |
+
numpy
|
| 6 |
+
playsound
|