https://github.com/johnste/node-image-classification
https://github.com/johnste/node-image-classification
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnste/node-image-classification
- Owner: johnste
- License: isc
- Created: 2021-08-02T13:45:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T14:10:57.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T06:26:08.039Z (over 1 year ago)
- Language: JavaScript
- Size: 11.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)