This is an image recognition project with API:
- Inception_v3 model pre-trained with images on ImageNet
- Django REST Framework
Quick video to see how easy you can run image recognition on your local machine:
- Python v3.6 and above
- Django
- Django REST Framework
- PyTorch
- Simply run
. start-api.sh
- Open
localhost:8000
, click the link"api": "http://localhost:8000/api/"
in as marked in following screenshot - Enter the image path into following
Imagepath
and clickPOST
button
The image is recognized by AI model and return the top 1 result to you
- Contact engineer: [email protected]
- display top 3 result with confidence score
- deploy to DigitalOcean, host it on server
- merge other pre-trained model for fun!
Chloe Wang
pull requests are welcome. for major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Thanks to readme for this template and tools.