Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 201 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 201 Bytes

Vidify

Generate a summary video from any article.

Installation

pip install -r requirements.txt
Ensure that ffmpeg is installed locally.

Running

$ export FLASK_APP=app.py
$ flask run