Skip to content

Convert ppt to video with audio track, using text to speech synthesis

Notifications You must be signed in to change notification settings

uglyrobot/ai-ppt2video

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Powerpoint to Video

Takes a .pptx file as input, then uses GPT-4 vision + any embedded speaker notes to write a transcript for the whole presentation. Finally it uses OpenAI's TTS to create a believable audio track, and compile the whole slide show as a video.

Usage

  • To get started, clone this repo
git clone https://github.com/chaonan99/ppt_presenter.git
cd ppt_presenter
  • Install required packages
pip install -r requirements.txt
  • Install other dependencies
  • Watch the video example/test.mp4

About

Convert ppt to video with audio track, using text to speech synthesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%