https://github.com/nature1995/image-classify-django-server
https://github.com/nature1995/image-classify-django-server
django image-classification
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nature1995/image-classify-django-server
- Owner: nature1995
- License: gpl-3.0
- Created: 2019-02-04T18:46:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T00:21:32.000Z (over 6 years ago)
- Last Synced: 2025-03-25T11:12:10.741Z (7 months ago)
- Topics: django, image-classification
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-classify-django-server
[]()
[]()
[]()
[](https://travis-ci.com/nature1995/AI-plateform-server)## Notice
The Final project repo have been transferred to the follow link. It a private repo. Please email me(zgong5@stevens.edu) if you would like to watch it. Thanks!https://github.com/nature1995/AI-plateform-server
## Introduction
A Keras deep learning image classifiers on Django server with REST API. It can help you quickly deploy and apply already trained models.## Purposals
Nowadays, more and more image recognition models have been designed, but most of the results are derived from simulations
and are not applied to actual deployments. Through the actual application deployment, not only the performance of the
model can be detected, but also the invisible problem of its existence can be detected. It can be of great help to
model optimization and model improvement. The main purpose of this project is to build a Django web-based REST API
model for deploying deep learning image recognition models while testing the performance of the model.## Key words
Image classifiers, REST API## Features
- [x] Add Account management funtion
- [x] Add Login & Signup
- [x] Add Django Rest Framework
- [x] Optimize front-end interface, adapt to mobile and PC interface
- [x] Design front-end and back-end interactive interfaces
- [x] Add feature: Face comparison
- [x] Add feature: Bank card identification
- [x] Add feature: Gesture identification
- [x] Add feature: Image classify using following model:
- [x] ResNet50
- [x] Xception
- [x] MobileNet, MobileNetV2
- [x] InceptionV3, InceptionResNetV2
- [x] DenseNet121, DenseNet169, DenseNet201
- [x] VGG16, VGG19
- [x] NASNetMobile, NASNetLarge
- [x] Run each part of functions seperately in local and cloud server
- [x] Run all the functions in local server and cloud server## Author
* **Ziran Gong** - [Web Page](http://ranxiaolang.com)
## License
This software is licensed under the GNU General Public License v3.0 License. For more information, read the file [LICENSE](https://github.com/nature1995/image-classify-django-server/blob/master/LICENSE).