suraj-ml-projects/Video_editing
0
๐ฌ Movie Dubber โ Any Language โ Hindi
Upload any video, get a Hindi dubbed version. 100% free, open-source, CPU-only.
Files to upload to HF Spaces
your-space/
โโโ streamlit_app.py โ entire app in ONE file
โโโ requirements.txt
โโโ README.mdThat's it โ no utils/ folder needed.
Deploy steps
- Create Space โ SDK: Streamlit โ Hardware: CPU Basic (free)
- Upload the 3 files above
- Space rebuilds automatically โ app runs!
Run locally
pip install -r requirements.txt
streamlit run streamlit_app.pyRequires ffmpeg: brew install ffmpeg (Mac) or sudo apt install ffmpeg (Linux/HF Spaces has it pre-installed).
