suraj-ml-projects/Video_editing
0
1---2title: Movie Dubber โ Any Language to Hindi3emoji: ๐ฌ4colorFrom: red5colorTo: green6sdk: static7sdk_version: 1.32.08app_file: streamlit_app.py9pinned: false10license: mit11short_description: Dub any video to Hindi โ 100% free, open-source, CPU-only12---13 14# ๐ฌ Movie Dubber โ Any Language โ Hindi15 16Upload any video, get a Hindi dubbed version. 100% free, open-source, CPU-only.17 18## Files to upload to HF Spaces19 20```21your-space/22โโโ streamlit_app.py โ entire app in ONE file23โโโ requirements.txt24โโโ README.md25```26 27That's it โ no utils/ folder needed.28 29## Deploy steps30 311. Create Space โ SDK: Streamlit โ Hardware: CPU Basic (free)322. Upload the 3 files above333. Space rebuilds automatically โ app runs!34 35## Run locally36 37```bash38pip install -r requirements.txt39streamlit run streamlit_app.py40```41 42Requires ffmpeg: `brew install ffmpeg` (Mac) or `sudo apt install ffmpeg` (Linux/HF Spaces has it pre-installed).