DEV Community

Cover image for 🎥 Worried about video preprocessing for ML?!
Raghava
Raghava

Posted on

🎥 Worried about video preprocessing for ML?!

🎉 I'm thrilled to announce the release of my very first PyPi package, videotooimage! 🎉

pip install videotooimage

Are you diving into deep learning projects and need a reliable tool for preprocessing your video datasets? Look no further!
After encountering limitations with existing video to image converters, especially when dealing with datasets structured in folders and subfolders, files...

I decided to develop videotooimage to address these challenges head-on.
Unlike other packages, videotooimage preserves the original folder structure and file names, making it a seamless fit for machine learning training where maintaining dataset integrity is crucial.

Check it out on PyPi:
https://pypi.org/project/videotooimage/

Code on GitHub:
https://github.com/raghavtwenty/videotooimage/

I'm excited to share this tool with the community and look forward to your feedback and contributions.

Top comments (2)

Collapse
 
msc2020 profile image
msc2020

Great work! Your documentations was very clear. Thanks for sharing.

Collapse
 
raghavtwenty profile image
Raghava

Thank you for your time!