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
- if you want a streamlit app:
- Training Movie (getting there...)
Much code is cribbed from this notebook here