video.webm
- Install virtualenv using command: pip install virtualenv
- Goto the root folder of the repo and create virtual environment venv using command: virtualenv venv
- Activate venv using command: source venv/bin/activate
- Install all the dependencies: pip install -r ./requirements.txt
- After the installation of all the dependencies run command: ./run
- Open web browser of your choice and enter url: 127.0.0.1