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
- Host: GitHub
- URL: https://github.com/c9s/dlib-serving
- Owner: c9s
- Created: 2018-06-09T13:01:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T04:02:42.000Z (over 7 years ago)
- Last Synced: 2025-04-11T03:25:49.076Z (11 months ago)
- Topics: dlib
- Language: CMake
- Homepage: https://hub.docker.com/r/yoanlin/dlib-serving
- Size: 69.3 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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