Thanks to visit codestin.com
Credit goes to github.com

Skip to content

synergit/neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Recognition

This is an image recognition project with API:

Quick video to see how easy you can run image recognition on your local machine: IMAGE ALT TEXT HERE

Installation

  • Python v3.6 and above
  • Django
  • Django REST Framework
  • PyTorch

Usage

  1. Simply run
    . start-api.sh
  2. Open localhost:8000, click the link "api": "http://localhost:8000/api/" in as marked in following screenshot Screen Shot 2021-04-18 at 10 29 50 PM
  3. Enter the image path into following Imagepath and click POST button Screen Shot 2021-04-18 at 10 29 42 PM

The image is recognized by AI model and return the top 1 result to you

Support

Roadmap

  • display top 3 result with confidence score
  • deploy to DigitalOcean, host it on server
  • merge other pre-trained model for fun!

Authors

Chloe Wang

Contributing

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.

License

MIT

Acknowledgement

Thanks to readme for this template and tools.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published