Convert YouTube videos to text using openai/whisper
Demo here: https://huggingface.co/spaces/sensahin/YouWhisper
On a local machine you can use docker-compose up and then open up http://localhost
Docker hosts like Render.com and DigitalOcean should just work with this repo.
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
You may need rust installed as well, in case tokenizers does not provide a pre-built wheel for your platform. If you see installation errors during the pip install command above, please follow the Getting started page to install Rust development environment.
If you would like to test it with web ui, you can run following and open http://127.0.0.1:80/ in your browser.
python webapp.pyLive demo: https://whisper-dnrl.onrender.com/
Max memory consumption in tests is around 750mb. Works on Render.com (and probably DigitalOcean) as a Docker app with zero install.
However, the app is slow on a virtual cpu.



