Closed karntrehan closed 1 month ago
Will pickup it on 19th Sept'24
/api/asr
- Gives asr for an input languageapi/asr/verify
- Creates ASR for an input language and checks if audio matches a pre-defined text.Suggested structures below:
/api/asr
Request:
{
"input_language": "hi",
"model": "{optional}",
"audio_file": "audio.wav"
}
Response:
{
"language": "hi",
"model": "{optional}",
"transcription": "Hello world. My name is slim shady.",
"telemetry": {}
}
/api/asr/verify
Request:
{
"language": "hi",
"model": "{optional}",
"text_read": "",
"match_status": {},
"fuzz_match": "",
"distance_cutoff": "",
"audio_file": "audio.wav"
}
Response:
{
"language": "hi",
"model": "{optional}",
"match_status": {},
"telemetry": {}
}
@karntrehan We can have versions as well as part of BSTT Service 2 API's For example
Release tracker. Web @amit-s19
BE @dhruv-1001
Android @charanpreet-s
Release sent out. Documentation update to follow: #24.
Current releases:
New release:
Target date: 20th September
Owner - @dhruv-1001
Web
INP:
Android
Stencil Repo:
BE
INP:
Data science
-
& encoding fixes, bhashini initial API call enhancements (when required - time bound & when new model shared), telemetry, logs, configurable model name, etc..Product Release Notes
Tech Release Notes
Collaterals