add working implementation
This commit is contained in:
19
requirements.txt
Normal file
19
requirements.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
# data acquisition and web scraping
|
||||
selenium
|
||||
beautifulsoup4
|
||||
|
||||
# audio processing
|
||||
openai-whisper
|
||||
|
||||
# traditional OCR
|
||||
pillow
|
||||
pytesseract
|
||||
opencv-python
|
||||
tqdm
|
||||
streamlit
|
||||
python-Levenshtein
|
||||
|
||||
# ocr with keras/tensorflow
|
||||
tensorflow
|
||||
keras
|
||||
matplotlib
|
||||
Reference in New Issue
Block a user