<TODO: complete this with an overview of your project>
<TODO: Project Plan
- A link to a Trello board for the project
- A link to a spreadsheet that includes the original and final project plan>
<TODO:
- Architectural Diagram (Shows how key parts of the system work)>
<TODO: Instructions for running the Python project. How could a user with no context run this project without asking you for any help. Include screenshots with explicit steps to create that work. Be sure to at least include the following screenshots:
-
Project running on Azure App Service
-
Project cloned into Azure Cloud Shell
-
Passing tests that are displayed after running the
make all
command from theMakefile
-
Output of a test run
-
Successful deploy of the project in Azure Pipelines. Note the official documentation should be referred to and double checked as you setup CI/CD.
-
Running Azure App Service from Azure Pipelines automatic deployment
-
Successful prediction from deployed flask app in Azure Cloud Shell. Use this file as a template for the deployed prediction. The output should look similar to this:
udacity@Azure:~$ ./make_predict_azure_app.sh
Port: 443
{"prediction":[20.35373177134412]}
- Output of streamed log files from deployed application
<TODO: A short description of how to improve the project in the future>
<TODO: Add link Screencast on YouTube>