Nasma commited on
Commit
12b6fa0
·
verified ·
1 Parent(s): a952212

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.111.0
2
+ uvicorn==0.29.0
3
+ python-multipart==0.0.9
4
+ requests==2.31.0
5
+ fastapi-utils==0.6.0
6
+ PyPDF2==3.0.1
7
+ openai==0.27.8 # Replace google-generativeai with OpenAI SDK
8
+ pillow==10.0.0
9
+ python-dotenv==1.0.0
10
+ PyMuPDF==1.22.5