Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anyesh/tf_image_classifier
- Owner: Anyesh
- Created: 2018-06-08T17:53:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T05:38:48.000Z (almost 4 years ago)
- Last Synced: 2023-02-27T23:56:27.314Z (over 1 year ago)
- Language: Python
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 fileand 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)