OzoneAsai commited on
Commit
65eb52c
1 Parent(s): 9cfcd01

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ Flask==2.3.2
2
+ gTTS==2.5.3
3
+ Pillow==10.4.0
4
+ numpy==1.24.2
5
+ torch==2.2.0
6
+ transformers==4.41.2
7
+ google-generativeai==0.8.1
8
+ python-dotenv==1.0.0