Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aarnphm/whispercpp
/ endpoints
Endpoints
2 in github.com/aarnphm/whispercpp
⨍
Functions
190
◇
Types & classes
21
↳
Endpoints
2
Route
transcribe_file
svc.api( input=bentoml.io.Text.from_sample("./samples/jfk.wav"), output=bentoml.io.Text(), )
examples/bentoml/service.py:None
Route
transcribe_ndarray
svc.api(input=bentoml.io.NumpyNdarray(), output=bentoml.io.Text())
examples/bentoml/service.py:None