stenas / image-classify

Service in Node JS to classify images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

images-classify

Service in Node JS to classify images

Usage

Build image, run container, show logs

docker-compose build && docker-compose up -d && docker-compose logs -f

Endpoints

http://[HOST]:[PORT]/image/?url=[IMAGE_URL]
http://[HOST]:[PORT]/imagenudity/?url=[IMAGE_URL]
http://[HOST]:[PORT]/imagenuditygif/?url=[IMAGE_URL]

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate. a

License

MIT

About

Service in Node JS to classify images

License:MIT License


Languages

Language:JavaScript 91.3%Language:Dockerfile 8.7%