Update requirements.txt
Browse files- requirements.txt +27 -2
requirements.txt
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
-
|
|
|
|
|
|
|
2 |
pandas
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core web framework
|
2 |
+
streamlit
|
3 |
+
|
4 |
+
# Optional - for working with data
|
5 |
pandas
|
6 |
+
numpy
|
7 |
+
|
8 |
+
# Optional - for plots or charts
|
9 |
+
matplotlib
|
10 |
+
plotly
|
11 |
+
|
12 |
+
# Optional - for ML models
|
13 |
+
scikit-learn
|
14 |
+
transformers
|
15 |
+
torch
|
16 |
+
sentence-transformers
|
17 |
+
|
18 |
+
# Optional - for voice/speech apps
|
19 |
+
sounddevice
|
20 |
+
vosk
|
21 |
+
pyttsx3
|
22 |
+
|
23 |
+
# Optional - image/audio processing
|
24 |
+
opencv-python
|
25 |
+
Pillow
|
26 |
+
|
27 |
+
# Hugging Face hub support
|
28 |
+
huggingface_hub
|