awacke1 commited on
Commit
17fd422
1 Parent(s): 4c83e3f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -22
requirements.txt CHANGED
@@ -1,22 +1,22 @@
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
 
1
+ streamlit
2
+ Pillow
3
+ plotly
4
+ opencv-python
5
+ moviepy
6
+ python-dotenv
7
+ pytz
8
+ requests
9
+ openai
10
+ beautifulsoup4
11
+ PyPDF2
12
+ textract
13
+ gradio-client
14
+ huggingface-hub
15
+ audio-recorder-streamlit
16
+ xmltodict
17
+ mistune
18
+ python-docx
19
+ faiss-cpu
20
+ scikit-learn
21
+ langchain
22
+ tiktoken