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

https://github.com/c9s/dlib-serving

Run dlib model inference as a gRPC server
https://github.com/c9s/dlib-serving

dlib

Last synced: 11 months ago
JSON representation

Run dlib model inference as a gRPC server

Awesome Lists containing this project

README

          

dlib-serving
============

```
docker run -it --rm yoanlin/dlib-serving:latest /shape-detection-server
```

Start the shape training:

```
docker run -it --rm \
-v dlib/examples/faces:/data \
yoanlin/dlib-serving:latest /train-shape-predictor --data-dir /data
```

## License

MIT License