Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 464 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 464 Bytes

Visual Speech Prediction

Quick setup:

  • Goto the project directory and execute
  • conda env create -f environment.yml

Testing your setup

  • cd tests
  • python3 *.py -v
  • Last line must say 'Test passed' for every .py file

Important notes:

  • Activate python environment before doing anything
  • Ensure all tests pass before raising pushing your code to upstream repo
  • Add necessary tests for every method/class you make

#WeCanMakeItHappen