Skip to content

A modern application that can classify images for you and will store the classification history.

License

Notifications You must be signed in to change notification settings

SatYu26/WhatImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatImage

AI project (Image Classifier) with the use of React, Django Rest Framework and Keras models.

A modern application that can classify images for you and will store the classification history.

Learning Objectives

  • Creating REST API with Django Rest Framework.
  • Implementing "drag and drop" functionality with Dropzone.
  • Integrating Django and React.
  • Integrating Keras Neural Network Model with Django.
  • Creating Single Page Application.
  • Basics of React.
  • Adding features to React app like: load more or spinners.
  • Classifying images on the backend.