Bc-AI commited on
Commit
4318cb5
·
verified ·
1 Parent(s): 09466e7

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ fastapi>=0.110.0
2
+ uvicorn>=0.29.0
3
+ keras>=3.0.0
4
+ tensorflow>=2.18.0
5
+ tokenizers>=0.19.0
6
+ huggingface-hub>=0.23.0
7
+ pydantic>=2.0.0
8
+ numpy>=1.24.0
9
+ gradio>=4.25.0