Skip to content

AVrachimis/django-react-image-classification

Repository files navigation

Image Classification Web App with Django and React

Project Objectives

  • Create a REST API with Django Rest Framework
  • Integrate Keras NN with Django
  • Classify images on the backend using InceptionResNetV2, a Keras pre-trained model
  • Integrate Django and React
  • Implement React features such as spinners and dropzone