🔥 I indend to turn this into a full-fleged project in the future, please contact me if you want to collaborate.
ReelsMaker is a Python-based/streamlit application designed to create captivating faceless videos for social media platforms like TikTok and YouTube.
example2.mp4
example1.mp4
example3.mp4
- AI-Powered Prompt Generation: Automatically generate creative prompts for your video content.
- Subtitles Generation: Auto-generate subtitles using the subtitle_gen.py module.
- Text-to-Speech with TikTok or elevenlabs Voices: Use the tiktokvoice or elevenlabs to add synthetic voices to your videos.
git clone https://github.com/steinathan/reelsmaker.git
cd reelsmaker
create a virtual environment and install
$ poetry shell
$ poetry install
copy and update the .env
$ cp .env.example .env
start the application
$ streamlit run reelsmaker.py
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details