The submitted repository includes
- A .circleci folder with a
config.ymlfile inside. - A
README.mdfile, - A
DockerfileandMakefile. - An
app.pyfile, 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.txtandkubernetes_out.txtthat include the log output after a prediction is made, given some sample input data.
- Extend
app.pyto 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