feat: enhance YouTube video processing with improved error handling and logging
baa65ee
Yago Bolivarcommited on
Refactor speech_to_text.py to implement a singleton ASR pipeline, enhance error handling, and introduce SpeechToTextTool for better integration. Update spreadsheet_tool.py to support querying and improve parsing functionality, including CSV support. Enhance video_processing_tool.py with new tasks for metadata extraction and frame extraction, while improving object detection capabilities and initialization checks.
87aa741
Yago Bolivarcommited on
refactor: update tool classes to inherit from Tool base class for consistency and improved structure