An open API service indexing awesome lists of open source software.

https://github.com/nvinayvarma189/object-recognition


https://github.com/nvinayvarma189/object-recognition

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Object-recognition
1. If the image you want to classify is in your local machine

`python classify.py --image African_Bush_Elephant.jpg`
2. If the image you want to classify is in on the internet

`python classify.py --image_url http://something.jpg`

Install [Tensor flow](https://www.tensorflow.org/install/)
Install [Keras](https://keras.io/#installation)

I have used [ImageNet ILSVRC](http://www.image-net.org/challenges/LSVRC/)

Other options are:
1.[COCO](http://mscoco.org/dataset/#detections-challenge2016)
2.[PASCAL VOC](http://host.robots.ox.ac.uk/pascal/VOC/)