Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.11 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.11 KB

ReelsMaker

ReelsMaker is a Python-based/streamlit application designed to create captivating faceless videos for social media platforms like TikTok and YouTube.

Examples

Example videos

Features

  • 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.

Installation

git clone https://github.com/steinathan/reelsmaker.git
cd reelsmaker

create a virtual environment and install

$ poetry shell
$ poetry install

start the application

$ streamlit run reelsmaker.py

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License - see the LICENSE file for details.