awacke1 commited on
Commit
64f2c38
·
verified ·
1 Parent(s): 59e84c0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -11
requirements.txt CHANGED
@@ -1,11 +1,24 @@
1
- streamlit>=1.24.0
2
- pandas>=1.5.3
3
- numpy>=1.24.3
4
- sentence-transformers>=2.2.2
5
- scikit-learn>=1.2.2
6
- torch>=2.0.0
7
- edge-tts>=6.1.3
8
- audio-recorder-streamlit>=0.0.8
9
- requests>=2.28.2
10
- python-dotenv>=1.0.0
11
- python-multipart>=0.0.6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ Pillow
3
+ plotly
4
+ opencv-python
5
+ moviepy
6
+ python-dotenv
7
+ pytz
8
+ requests
9
+ beautifulsoup4
10
+ PyPDF2
11
+ textract
12
+ gradio-client
13
+ huggingface-hub
14
+ audio-recorder-streamlit
15
+ xmltodict
16
+ mistune
17
+ python-docx
18
+ faiss-cpu
19
+ scikit-learn
20
+ langchain
21
+ tiktoken
22
+ extra-streamlit-components
23
+ moviepy
24
+ edge_tts==6.1.12