add working implementation

This commit is contained in:
2026-02-03 00:40:06 +01:00
parent 884f53e301
commit afd1dac916
5 changed files with 358 additions and 0 deletions

19
requirements.txt Normal file
View 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