Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +22 -25
requirements.txt
CHANGED
@@ -1,25 +1,22 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
streamlit
|
22 |
-
|
23 |
-
watchdog==5.0.3
|
24 |
-
audio-recorder-streamlit==0.0.10
|
25 |
-
ipython==8.28.0
|
|
|
1 |
+
torchaudio>=2.2.2
|
2 |
+
torchvision>=0.17.2
|
3 |
+
openai>=1.51.0
|
4 |
+
speechrecognition>=3.10.4
|
5 |
+
librosa>=0.10.2.post1
|
6 |
+
soundfile>=0.12.1
|
7 |
+
gtts>=2.5.3
|
8 |
+
ffmpeg-python>=0.2.0
|
9 |
+
pydub>=0.25.1
|
10 |
+
pyttsx3>=2.98
|
11 |
+
gradio>=4.44.1
|
12 |
+
ipykernel>=6.29.5
|
13 |
+
langchain-community>=0.3.1
|
14 |
+
transformers>=4.45.1
|
15 |
+
jupyter>=1.1.1
|
16 |
+
python-dotenv>=1.0.1
|
17 |
+
playwright>=1.47.0
|
18 |
+
streamlit>=1.39.0
|
19 |
+
streamlit-audiorec>=0.1.3
|
20 |
+
watchdog>=5.0.3
|
21 |
+
audio-recorder-streamlit>=0.0.10
|
22 |
+
ipython>=8.28.0
|
|
|
|
|
|