Apply for community grant: Personal project
I've built an Auto Subtitled Video Generator using Streamlit and OpenAI Whisper. The model takes a YouTube link as input and generates a video with subtitles(alongside with .txt, .vtt, .srt files).
I shared this app and link of the Hugging Face space on Twitter, Reddit. People told me that they run into memory errors(Runtime error Memory limit exceeded (16G)). I have experimented with this app many times on my localhost and didn't get any errors. I thought it might be about the processing power and that's why I'm applying for a community GPU grant.
I'd be grateful if my app gets selected.
Thanks for building such a great platform and making it available for everyone.
Hey there! This is a cool project! There is a somewhat similar project called YouTube Whisperer at https://huggingface.co/spaces/jeffistyping/Youtube-Whisperer
I'm not sure if providing a GPU here would be very useful though. The OOM error might be due to caching the different whisper models.