NipunSahAIyak / .github

Parent Repo for NisAI to track broader issues & Releases.
MIT License
0 stars 0 forks source link

NisAI Release 0.3.0 #26

Closed karntrehan closed 1 month ago

karntrehan commented 1 month ago

Current releases:

New release:

Target date: 20th September

Owner - @dhruv-1001

Web

INP:

Android

Stencil Repo:

BE

INP:

Data science

Product Release Notes

Tech Release Notes

Collaterals

dhruv-1001 commented 1 month ago
VargishChauhan commented 1 month ago

Will pickup it on 19th Sept'24

karntrehan commented 1 month ago

Decision on BSTT:

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": {}
}
sukh-ai commented 1 month ago

@karntrehan We can have versions as well as part of BSTT Service 2 API's For example

  1. /api/asr. --> /api/asr/v1 or /api/asr/v2
  2. /api/asr/verify --> /api/asr/verify/v2 or /api/asr/verify/v4 cc: @dhruv-1001 @GautamR-Samagra
dhruv-1001 commented 1 month ago

Release tracker. Web @amit-s19

BE @dhruv-1001

Android @charanpreet-s

karntrehan commented 1 month ago

Release sent out. Documentation update to follow: #24.