Summary

Create a binary image classifier to classify chakka and manga. You can get the dataset by scraping from google or you can use Unsplash api as mentioned in this article

Elements

Possible users journey

  1. A user should be able to pass an image in a web interface or as GET/POST request with url as parameter.
  2. A use gets the human readable classification as response - like "This is a mango" or "This is a jackfruit" or "Sorry, I don't recognise this fruit."

Acceptance criteria

Helpful links