Skip to content

Files

Latest commit

b89233e · Mar 17, 2023

History

History

examples

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