Service in Node JS to classify images.
Build image, run container, show logs
docker-compose build && docker-compose up -d && docker-compose logs -f
Classify image with extension JPG, PNG, GIF, BMP
http://[HOST]:[PORT]/image/?url=[IMAGE_URL]
Classify GIF Animated frame by frame
http://[HOST]:[PORT]/imagegif/?url=[IMAGE_URL]
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.