Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 454 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 454 Bytes

This folder contains examples for how to use this library

  • explore.py is a quick script that give a quick overview how to use the C++ binding in Python.
  • bentoml contains a BentoML example for how to package whisper.cpp with this binding into a BentoML Service for production deployment.

TODO

  • Streaming example
  • Proxy for live transcription service example