Zahid0123 commited on
Commit
04769eb
·
verified ·
1 Parent(s): 7877996

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ faiss-cpu==1.9.0
2
+ sentence-transformers==2.2.0
3
+ numpy==1.21.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==5.4.0
10
+ requests==2.31.0
11
+ python-dotenv==1.0.0
12
+ tqdm==4.66.0
13
+ gTTS==2.3.0
14
+ SpeechRecognition==3.10.0