Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kjunichi/classify_image_web
- Owner: kjunichi
- License: mit
- Created: 2017-04-14T23:52:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T00:55:53.000Z (almost 7 years ago)
- Last Synced: 2024-10-27T11:26:43.463Z (2 months ago)
- Topics: classify-images, tensorflow, web-app
- Language: HTML
- Size: 8.79 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```