benkada commited on
Commit
a507580
·
verified ·
1 Parent(s): 3a91b41

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.109.1
2
+ uvicorn==0.27.0
3
+ python-multipart==0.0.6
4
+ transformers==4.37.2
5
+ torch==2.1.2
6
+ pillow==10.1.0
7
+ pytesseract==0.3.10
8
+ langchain==0.1.5
9
+ langchain-community==0.0.11
10
+ pydantic==2.5.3
11
+ pydantic-settings==2.1.0
12
+ python-dotenv==1.0.0