https://github.com/kjunichi/classify_imagegui
GUI for clasify_image.py(tensorflow)
https://github.com/kjunichi/classify_imagegui
electron image-classification linux macos tensorflow windows
Last synced: 2 months ago
JSON representation
GUI for clasify_image.py(tensorflow)
- Host: GitHub
- URL: https://github.com/kjunichi/classify_imagegui
- Owner: kjunichi
- License: mit
- Created: 2017-02-01T22:24:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T00:46:44.000Z (almost 6 years ago)
- Last Synced: 2025-06-07T15:05:04.035Z (about 1 year ago)
- Topics: electron, image-classification, linux, macos, tensorflow, windows
- Language: JavaScript
- Size: 506 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# classify_imageGui

## To Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
git clone https://github.com/kjunichi/classify_imageGui
# Go into the repository
cd classify_imageGui
# Install dependencies
npm install
# Run the app
npm start
```
#### License [MIT](LICENSE)