Cloud110702 commited on
Commit
ab09cb7
·
verified ·
1 Parent(s): 3c69693

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn==0.24.0
3
+ numpy==1.24.3
4
+ tensorflow==2.14.0
5
+ python-multipart==0.0.6
6
+ google-generativeai==0.3.0
7
+ Pillow==10.0.0
8
+ python-dotenv==1.0.0