Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kjunichi/classify_image_web

web app for classify_image.py(tensorflow)
https://github.com/kjunichi/classify_image_web

classify-images tensorflow web-app

Last synced: 25 days ago
JSON representation

web app for classify_image.py(tensorflow)

Awesome Lists containing this project

README

        

# classify_image_web
web app for classify_image.py(tensorflow)

# prerequesties

- python3
- Tensorflow
- git command
- patch command

# how to use

```shell
python build.py
```

```shell
python classify_image_web.py
```

## macOS

```shell
open http://localhost:8000/input
```

## Windows

```shell
start http://localhost:8000/input
```

Firefox,Chrome works well.

## You can use also from CLI

Something like this:

```
curl --data-binary '@/Users/kjunichi/Pictures/IMG_0132.jpg' http://localhost:8000
```