Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 1021 Bytes

1-Show_Faulty_Prediction.md

File metadata and controls

24 lines (16 loc) · 1021 Bytes

Show Faulty Prediction and Make a Change

💡 You must have completed the setup before attempting to do the demo.

Show the Faulty Prediction

  • Navigate to the Tailwind Traders website

  • Click on start smart shopping by uploading a photo

  • Upload an image from the test images folder

  • The model provides an incorrect prediction.

Start the Change

  • Adjust the model by changing setup_pipeline.py
    • Lines 162 - Change epochs to 20
    • Lines 163 - Change batch to 10
  • Commit the change and push to master. This will trigger a build and deployment of the model. This process will take about 25 or 30 minutes, which should finish up towards the end of the talk.
  • We'll come back and check the results of this towards the end of talk

Example Demo