Skip to content

Instantly share code, notes, and snippets.

@IvanNardini
Last active June 7, 2020 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IvanNardini/343e0e935f96f0a700bf75b9f10f304a to your computer and use it in GitHub Desktop.
Save IvanNardini/343e0e935f96f0a700bf75b9f10f304a to your computer and use it in GitHub Desktop.
MLOps series #2 : Deploy a Recommendation System as Hosted Interactive Web Service on AWS
└── src
└── score_interactive_endpoint
├── Dockerfile
├── app.py
├── callbacks.py
├── layouts.py
├── model
│   └── model_aa0lcc9j.pkl
├── requirements.txt
└── run.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment