Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python
|
2 |
+
pandas
|
3 |
+
torch
|
4 |
+
torchvision
|
5 |
+
torchaudio
|
6 |
+
streamlit
|
7 |
+
transformers
|
8 |
+
pillow
|
9 |
+
numpy
|
10 |
+
scipy
|
11 |
+
soundfile
|
12 |
+
opencv-python
|
13 |
+
groq
|
14 |
+
openai
|