dindizz commited on
Commit
e63b931
·
verified ·
1 Parent(s): 93cdb4f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -1,4 +1,7 @@
1
- openai==0.27.0 # Or latest version compatible with GPT-3.5
2
- gradio==3.41.2 # Latest version of Gradio, or adjust based on preference
3
- datasets==2.14.0 # Hugging Face datasets to load the dataset
4
- pandas==2.1.0 # For handling data (if needed for further manipulation)
 
 
 
 
1
+ openai==0.27.0
2
+ gradio==3.41.2
3
+ datasets==2.14.0
4
+ pdf2image==1.16.3 # For converting PDF pages to images
5
+ pytesseract==0.3.10 # For applying OCR to the images
6
+ pillow==9.2.0 # For image handling
7
+