Zahid0123 commited on
Commit
0a0dc46
·
verified ·
1 Parent(s): dd5cc9a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
- faiss-cpu==1.9.0
2
- sentence-transformers==2.2.0
3
  numpy==1.26.0
4
  pandas==1.5.0
5
- groq==0.4.0
6
- PyPDF2==3.0.0
7
- beautifulsoup4==4.12.0
8
- markdown==3.4.0
9
- gradio==4.27.0
10
  requests==2.28.0
11
  python-dotenv==1.0.0
12
  tqdm==4.66.0
 
 
 
 
13
  gTTS==2.3.0
14
- SpeechRecognition==3.10.0
 
 
 
 
 
 
1
  numpy==1.26.0
2
  pandas==1.5.0
 
 
 
 
 
3
  requests==2.28.0
4
  python-dotenv==1.0.0
5
  tqdm==4.66.0
6
+ beautifulsoup4==4.12.0
7
+ markdown==3.4.0
8
+ PyPDF2==3.0.0
9
+ groq==0.4.0
10
  gTTS==2.3.0
11
+ SpeechRecognition==3.10.0
12
+ sentence-transformers==2.2.0
13
+ faiss-cpu==1.9.0
14
+ gradio==4.27.0