siddhartharyaai commited on
Commit
543b7bd
·
verified ·
1 Parent(s): 3995120

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit==1.25.0
2
+ groq==0.13.0
3
+ pydub==0.25.1
4
+ pydantic==2.7.0
5
+ pypdf==4.1.0
6
+ tiktoken==0.8.0
7
+ beautifulsoup4==4.12.0
8
+ requests==2.31.0
9
+ numpy==1.22.4
10
+ torch==2.0.1
11
+ scipy==1.11.2
12
+ soundfile==0.12.1
13
+ transformers==4.33.2
14
+ torchaudio==2.0.2
15
+ yt-dlp==2023.9.24
16
+ sentencepiece==0.1.95
17
+