VideoMaker is a project that allows you to generate a short-content video for platforms such as Youtube Shorts or Tiktok based on a text prompt using Bing Copilot, OpenAI Whisper and DALL-E 2 and Google Text to Speech.
- Clone the repository
- Install the required dependencies:
pip install -r requirements.txt - Replace in
main.pythe 19th line of codeapi_key =with your own OpenAI API Key
- Run the script:
python main.py - You will be asked to give the title of the video based on which the video will be themed on
- Your video will be generated and saved in the specified output directory.
- Video editing
- Image and text overlays
- OpenAI API integration
- Whisper for subtitles
- DALL-E 2 for images
- Google Text to Speech voice
- Audio synchronization