Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 442 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 442 Bytes

Setup

  • bash download_models.sh
  • if local: pip install -r requirements.txt then do what you want
  • if docker:
    • if you want a streamlit app: docker-compose up streamlit
    • if you want a jupyter notebook: docker-compose up jupyter
    • if you want a shell: docker-compose run shell

TODO

  • Training Movie (getting there...)

Credit

Much code is cribbed from this notebook here