Upload requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python-headless
|
2 |
+
numpy
|
3 |
+
scikit-learn
|
4 |
+
accelerate
|
5 |
+
sentence-transformers
|
6 |
+
diffusers
|
7 |
+
torch
|
8 |
+
streamlit
|
9 |
+
Pillow
|
10 |
+
google-generativeai
|
11 |
+
TTS
|
12 |
+
streamlit-TTS
|
13 |
+
openai
|
14 |
+
python-dotenv
|
15 |
+
torch
|
16 |
+
SentencePiece
|
17 |
+
gtts
|
18 |
+
mistralai
|
19 |
+
streamlit-audiorecorder
|
20 |
+
regex
|