Skip to content

hrithikkothari1234/Image-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Django Image Classifier

Webapp that classifies an uploaded image

Techs:

  • Frontend : React.js
  • Backend: Django Rest Api

Example Prediction

Output sample

Homepage after prediction

Historypage with all previous predictions

To clone this project

  1. Setup Frontend
$ cd frontend_react
$ npm install           
$ npm start              
  1. Setup Backend
$ cd backend_djangoapi
$ pip install requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver

About

Image Classifier using React.js, Django and a Keras pre-trained model ( InceptionResNetV2 )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •