Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alseambusher/yaksha
Easily search your image archives
https://github.com/alseambusher/yaksha
Last synced: 29 days ago
JSON representation
Easily search your image archives
- Host: GitHub
- URL: https://github.com/alseambusher/yaksha
- Owner: alseambusher
- License: mit
- Created: 2015-12-12T22:15:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T02:00:33.000Z (over 8 years ago)
- Last Synced: 2024-05-01T21:21:58.975Z (7 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yaksha
======Make your image archives searchable by tagging with [ImageNet](http://image-net.org/challenges/LSVRC/2012/browse-synsets) classes. This uses a __deep learning__ model trained on ILSVRC2012 using TensorFlow.
##Setup
Install tensorflow, pexif and the trained model.pip install tensorflow
pip install pexif
mkdir imagenet
wget "http://download.tensorflow.org/models/image/imagenet/inception-2015-12-05.tgz"
tar -xzvf inception-2015-12-05.tgz -C imagenet
##Configure and run
Set the image root directory in `config.py`IMAGES_ROOT = "/home/alse/Pictures"
Run Yakshapython yaksha.py