Files
classify_saved_videos_yt/requirements.txt
Francisco Pessano 89314f9c74 Enhance logging and configuration for YouTube Video Classifier
- Added fallback model configuration in config.ini
- Updated requirements.txt to include rich for enhanced logging
- Refactored script.py to implement rich logging for better visibility
- Modified functions to include channel link extraction and updated CSV saving logic
- Improved error handling and user feedback throughout the script
2025-07-12 00:25:56 -03:00

15 lines
247 B
Plaintext

# Python==3.11.10
opencv-python==4.11.0.86
pillow==11.3.0
PyAutoGUI==0.9.54
pynput==1.8.1
requests==2.31.0
pandas~=2.3.1
ollama==0.2.1
configparser==6.0.0
pyperclip==1.8.2
pytesseract==0.3.10
selenium==4.15.2
webdriver-manager==4.0.1
rich==13.8.0