Ari commited on
Commit
e132e63
·
verified ·
1 Parent(s): f9dd127

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -13
requirements.txt CHANGED
@@ -1,13 +1,16 @@
1
- gradio==4.29.0 # For the Gradio interface
2
- gTTS==2.2.3 # For text-to-speech
3
- fpdf==1.7.2 # For PDF generation
4
- pdfminer.six==20221105 # For extracting text from PDFs
5
- pdf2image==1.16.3 # For converting PDF pages to images
6
- bert-extractive-summarizer==0.10.1 # For extractive text summarization
7
- sacremoses==0.0.53 # For tokenizer in the transformers library
8
- nltk==3.8.1 # For natural language processing (tokenization, etc.)
9
- yake==0.4.8 # For keyword extraction
10
- pytesseract==0.3.8 # For OCR, but note that tesseract binary is required
11
- transformers==4.29.0 # Specifying a version that is available
12
- torch==2.0.0 # PyTorch for deep learning models
13
- python-docx==0.8.11 # For handling .docx files
 
 
 
 
1
+ gradio
2
+ gTTS
3
+ fpdf
4
+ pdfminer.six
5
+ pdf2image
6
+ tesseract
7
+ bert-extractive-summarizer
8
+ sacremoses
9
+ pdfkit
10
+ nltk
11
+ yake
12
+ #tesseract-ocr
13
+ pytesseract
14
+ transformers
15
+ torch
16
+ python-docx