This project is used to generate image features by using ResNet18 v2.
This project is intended to be used as complementary service for searching similar image like Thomas Delteil's Visual Search.
The model is served using MXNet Model Server in Docker.
> make run
This command will execute the service & make it listen to port 8080
.
> make stop
This command will stop the running service in another terminal.
If we want to stop the service in current terminal simply press CTRL + C
.
> make test
This command will execute test on service. It will feed the service with jpeg
image.