en_de/README.md

627 B

en_de

Generate audio/video from a dictionary.

Uses espeak for audio generation, Pillow for images with text overlay, OpenCV for video combining, ffmpeg for combining.

install

./INSTALL.sh

run

Change the lesson

python generate.py <lesson number>

old run

You first need a service account secret from Google Cloud Text-To-Speech API (go through the steps of Before you begin section, the rest is handled by the app).

Modify what you need from the generate.py file:

./RUN.sh