Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anyesh/tf_image_classifier

a simple implementation of Inception for classifying nepali models images
https://github.com/anyesh/tf_image_classifier

Last synced: 3 days ago
JSON representation

a simple implementation of Inception for classifying nepali models images

Awesome Lists containing this project

README

        

# TensorFlow Image Classifier

this is a simple implementation of googles Inception pre trained model to classify whether the given image is of:

- Trishala (BAE)
- Oshin Sitaula or
- Samragyee RL Shah

# Dependencies

- Python 3
- Tensorflow

# Usage

Open the **label_image** file and edit the paths for:

- label_lines
- retrained_graph file

and run the **label_image** file

```bash
$ python label_image image_filename.jpg
```

# Demo

![demo](https://github.com/Anyesh/TF_Image_Classifier/blob/master/demo.png)