Og2 commited on
Commit
517e621
·
verified ·
1 Parent(s): 64b6ee9

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ transformers
2
+ tensorflow
3
+ numpy
4
+ opencv-python-headless
5
+ keras>3.5
6
+ fastapi
7
+ python-multipart
8
+ uvicorn[standard]