Generate video from text using AI
Youtube Tutorial -> https://www.youtube.com/watch?v=AXo6VfRUgic
Medium tutorial -> https://medium.com/@anilmatcha/text-to-video-ai-how-to-create-videos-for-free-a-complete-guide-a25c91de50b8
out.mp4
If you enjoy using Text to Video AI, we'd appreciate your support with a star ⭐ on our repository. Your encouragement is invaluable and inspires us to continually improve and expand Text to Video AI. Thank you, and happy content creation! 🎉
Run the following steps
export OPENAI_KEY="api-key"
export PEXELS_KEY="pexels-key"
pip install -r requirements.text
python app.py "Topic name"
Output will be generated in rendered_video.mp4
Without going through the installation hastle here is a simple way to generate videos from text
For a simple way to run the code, checkout the colab link
To generate a video, just click on all the cells one by one. Setup your api keys for openai and pexels
As an open-source project we are extremely open to contributions. To get started raise an issue in Github or create a pull request