awacke1 commited on
Commit
4c83e3f
·
verified ·
1 Parent(s): 37c6135

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -5
requirements.txt CHANGED
@@ -1,5 +1,22 @@
1
- streamlit==1.29.0
2
- plotly==5.18.0
3
- pandas==2.1.4
4
- numpy==1.26.2
5
- pillow==10.1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit>=1.27.0
2
+ Pillow>=9.5.0
3
+ plotly>=5.14.1
4
+ opencv-python>=4.7.0
5
+ moviepy>=1.0.3
6
+ python-dotenv>=1.0.0
7
+ pytz>=2023.3
8
+ requests>=2.31.0
9
+ openai>=1.3.0
10
+ beautifulsoup4>=4.12.0
11
+ PyPDF2>=3.0.1
12
+ textract>=1.6.5
13
+ gradio-client>=0.5.0
14
+ huggingface-hub>=0.17.3
15
+ audio-recorder-streamlit>=0.0.8
16
+ xmltodict>=0.13.0
17
+ mistune>=3.0.1
18
+ python-docx>=0.8.11
19
+ faiss-cpu>=1.7.4
20
+ scikit-learn>=1.3.0
21
+ langchain>=0.0.274
22
+ tiktoken>=0.5.1