Ari commited on
Commit
a4fb287
·
verified ·
1 Parent(s): f0068ab

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -16
requirements.txt CHANGED
@@ -1,16 +1,7 @@
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
 
1
+ gradio==4.29.0 # You can specify the latest version or the version you're using
2
+ python-docx==0.8.11 # For handling .docx files
3
+ gTTS==2.2.3 # For converting text to speech
4
+ fpdf==1.7.2 # For generating PDFs in Python
5
+ transformers==4.44.3 # Hugging Face Transformers library for NLP models
6
+ pdfminer.six==20221105 # For PDF text extraction if you still need it
7
+ nltk==3.8.1 # For tokenization and other NLP features