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

https://github.com/johnste/node-image-classification


https://github.com/johnste/node-image-classification

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

An annoying problem I keep having is that when downloading images they tend to have bad file names, making them hard to search for.

Ideally, I think the browser should help us here to suggest good file names, but since it's not possible to make a plugin to do this I wanted to see if I at least could make a small tool to do it manually, learning a little bit about image classification in mean time.

Image classification based off of [this repo](https://github.com/tejas77/node-image-classification)