mirror of
https://github.com/FranP-code/classify_saved_videos_yt.git
synced 2025-10-13 00:32:25 +00:00
Update requirements and refactor script for video classification automation
- Updated pynput version in requirements.txt - Refactored script.py to enhance video classification functionality using Ollama - Added methods for video information extraction, classification, and CSV handling - Improved browser initialization and error handling
This commit is contained in:
@@ -2,4 +2,12 @@
|
||||
opencv-python==4.11.0.86
|
||||
pillow==11.3.0
|
||||
PyAutoGUI==0.9.54
|
||||
pynput==0.13.5
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user