Futuresony commited on
Commit
1907862
·
verified ·
1 Parent(s): 5410538

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -0
requirements.txt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # %%writefile requirements.txt
2
+ Flask
3
+ twilio
4
+ huggingface-hub
5
+ torch
6
+ sentence-transformers
7
+ gspread
8
+ tqdm
9
+ ddgs
10
+ spacy
11
+ dateparser
12
+ datasets
13
+ faiss-cpu
14
+ numpy
15
+ gunicorn
16
+
17
+ # Add any other specific versions if needed, e.g.:
18
+ # Flask==2.3.3
19
+ # twilio==9.7.1