dixisouls commited on
Commit
cd7dd06
·
1 Parent(s): 146e974

Added requirements file

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.108.0
2
+ uvicorn==0.25.0
3
+ python-multipart==0.0.6
4
+ pydantic==2.5.3
5
+ pydantic-settings==2.1.0
6
+ python-dotenv==1.0.0
7
+ pillow==10.2.0
8
+ torch==2.1.2
9
+ transformers==4.36.2
10
+ huggingface-hub==0.20.3
11
+ matplotlib==3.8.2
12
+ aiofiles==23.2.1
13
+ pytest==7.4.3
14
+ httpx==0.26.0