Summary

An Image classifier that classify whether an image is of Mamooty or lalettan

You can get the dataset by scraping google. You can use selenium automation as mentioned in this article or any other methods (like UrlLib2 + BeautifulSoup)

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 a response - like "Lalettan" or "Mammukka" or "I'm confused. Who is this guy?"

Acceptance criteria