seanyeh / freddy-film-bot

Freddy is a bot that can auto-generate a narrated animated film based on a given text story

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freddy Film Bot

Freddy is a bot that can auto-generate a narrated animated film based on a given text story. All clips are retrieved from Giphy.

Requirements

  • Python 3.6+
  • spacy
  • espeak
  • ffmpeg (ffmpeg and ffprobe)
  • Giphy API key (get one here)

Usage

This will create a video based on "Jack and Jill".

GIPHY_API_KEY="YOUR_KEY_HERE" freddy.py -i examples/jack_and_jill.txt out.mp4

About

Freddy is a bot that can auto-generate a narrated animated film based on a given text story


Languages

Language:Python 100.0%