Image Classifier website that allows you to upload a picture belonging to 2 different categories (flowers, cats v. dogs) and classifies that image.
Tensorflow is used to fine tune Inception V3 for classiying the categories stated above.
Django used to setup a basic REST API for the web application.
React.js