Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 453 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 453 Bytes

Muse AI Video Analyser

Requirements

gcc, make, Python 2.5+, python-pip, virtualenv

Instalation

Create a virtualenv, and activate this:

$ virtualenv env 
$ source env/bin/activate

After, install all necessary to run:

$ pip install -r requirements.txt

Than, run the application:

$ python run.py

To see your application, access this url in your browser:

http://localhost:5001

All configuration is in: configuration.py