Skip to content

robotflow-initiative/mediapipe-apiserver

Repository files navigation

MediaPipe API Server

Get Started

pip install -r requirements

Start server

python -m mediapipe_apiserver serve

Start Client

wscat -c 127.0.0.1:3000/v1/dummy
python ./playground/test_ws_client.py

TODO

  • update requirements
  • raw image api, annotated image API
  • client library
  • add __enter__ to camera class that supports with context

Develope Guide

Requirements

Licenses

This project is licensed under the MIT License - see the LICENSE file for details.

This project uses MediaPipe, which is licensed under the Apache License 2.0.