anuradhakoppala commited on
Commit
ddbc9ba
·
verified ·
1 Parent(s): e22a651

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -1,12 +1,16 @@
1
- # Backend - Flask & Transformers
2
  flask
3
  transformers
4
  torch
5
  pytesseract
6
  pdf2image
7
  python-docx
 
 
 
 
8
 
9
- # Frontend - Gradio UI
10
  gradio
11
  requests
12
  python-dotenv
 
1
+ # Backend dependencies
2
  flask
3
  transformers
4
  torch
5
  pytesseract
6
  pdf2image
7
  python-docx
8
+ pandas
9
+ openpyxl
10
+ xlrd
11
+ Pillow
12
 
13
+ # Frontend
14
  gradio
15
  requests
16
  python-dotenv