Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 750 Bytes

File metadata and controls

18 lines (13 loc) · 750 Bytes

Rubric

Criteria

Files submitted

The submitted repository includes

  • A .circleci folder with a config.yml file inside.
  • A README.md file,
  • A Dockerfile and Makefile.
  • An app.py file, a prediction script
  • the necessary scripts to run and upload a microservice on Docker and Kubernetes. There should also be two output text files: docker_out.txt and kubernetes_out.txt that include the log output after a prediction is made, given some sample input data.

Code Quality & enhancement

  • Extend app.py to log a prediction value
  • The README file includes a summary of the project, how to run the python scripts and the web app, and an explanation of the files in the repository