phidata icon indicating copy to clipboard operation
phidata copied to clipboard

video captioning tool

Open Ayush0054 opened this issue 2 months ago • 0 comments

Description

Please include:

  • added video tool : which extracts audio from video , transcribes video , creates srt file of transcription , creates video with captions
  • added example cookbook

Fixes # (issue)

Type of change

Please check the options that are relevant:

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Model update
  • [ ] Infrastructure change

Checklist

  • [x] My code follows Phidata's style guidelines and best practices
  • [ ] I have performed a self-review of my code
  • [ ] I have added docstrings and comments for complex logic
  • [x] My changes generate no new warnings or errors
  • [x] I have added cookbook examples for my new addition (if needed)
  • [ ] I have updated requirements.txt/pyproject.toml (if needed)
  • [x] I have verified my changes in a clean environment

Additional Notes

Include any deployment notes, performance implications, or other relevant information:

Ayush0054 avatar Dec 17 '24 18:12 Ayush0054