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

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)

Awesome Lists containing this project

README

          

# classify_imageGui

![img](./SnapCrab_classify_imageGui.png)

## 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)