Skip to content

rapha18th/MLND-Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary of included files

  • The project proposal.
  • The notebooks with the machine learning process and named after the models resnet50 and resnet34.
  • The python web application.
  • The project report.

To test the web app locally or deploy it on Render

This repo can be used as a starting point to deploy fast.ai models on Render.

The web app described here is up at https://plantdiseaseml.onrender.com, Test it out with images of plant leaves!

You can test your changes locally by installing Docker and using the following command:

docker build -t fastai-v3 . && docker run --rm -it -p 5000:5000 fastai-v3

The guide for production deployment to Render is at https://course.fast.ai/deployment_render.html.

Please use Render's fast.ai forum thread for questions and support.

Screenshots of the app:

  • i Screenshot-2020-06-09-at-13-53-37.png
  • ii Screenshot-2020-06-09-at-13-52-58.png

References