{"id":21606047,"url":"https://github.com/codekitchen/cobalt-client","last_synced_at":"2025-06-24T21:03:43.809Z","repository":{"id":136299874,"uuid":"57920137","full_name":"codekitchen/cobalt-client","owner":"codekitchen","description":"Client code and documentation for Cobalt's service","archived":false,"fork":false,"pushed_at":"2016-05-02T20:43:43.000Z","size":182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T14:49:08.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codekitchen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-02T20:40:12.000Z","updated_at":"2019-01-08T05:16:40.000Z","dependencies_parsed_at":"2023-07-24T07:00:12.562Z","dependency_job_id":null,"html_url":"https://github.com/codekitchen/cobalt-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codekitchen/cobalt-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fcobalt-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fcobalt-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fcobalt-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fcobalt-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codekitchen","download_url":"https://codeload.github.com/codekitchen/cobalt-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fcobalt-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261756526,"owners_count":23205147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T20:18:48.845Z","updated_at":"2025-06-24T21:03:43.802Z","avatar_url":"https://github.com/codekitchen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This package contains client code and API documentation for Cobalt's ASR (automatic speech recognition) service. Cobalt will provide interested customers an endpoint URL for a demo ASR model to use with this client package.  Please contact us at http://cobaltspeech.com/contact-us.html to obtain it.\n\nThe demo service is not meant to serve as part of any production system. There are no performance or support service level agreements for this service. While our goal is to provide a stable interface, Cobalt reserves the right to change the API and endpoint URL at any time. The demo recognizes 16khz mono-channel audio, sent as 16 bit PCM samples. It is for general conversational uni-speaker English spoken in a noise-free background.  Please contact us at (http://cobaltspeech.com/contact-us.html) if you are interested in different audio formats, a production quality service, domain/application-specific models with improved accuracy/speed, other languages, speaker diarization, or any customization. \n\nRequirement: This package requires python2.7, and the requests package: http://docs.python-requests.org/en/master/\nThe py/client directory contains an example python client.\nYou will need to install python's requests module to use the example client.\n\nSee the github wiki at https://github.com/cobaltspeech/cobalt-client/wiki\nfor documentation on how to use this client with our API and result objects: \"ASR Web API\" and \"Result Objects Model\".\n\nThe audio directory contains a single 16khz audio file.\n\nRun the client as:\n\npython py/client.py audio/hello_world_16khz.wav --url http://\u003curl provided by Cobalt\u003e\n\nExpected results:\n\n{\"message\": \"returning results\", \"results\": [{\"status\": \"partial\", \"version\": \"1\", \"cobalt_object\": \"stt_result\", \"features\": null, \"nbest\": [{\"confidence\": 1000, \"hypothesis\": [{\"confidence\": 1000, \"type\": \"token\", \"features\": null, \"value\": \"Hello\"}]}]}, {\"status\": \"final\", \"version\": \"1\", \"cobalt_object\": \"stt_result\", \"features\": null, \"nbest\": [{\"confidence\": 1000, \"hypothesis\": [{\"confidence\": 1000, \"type\": \"token\", \"features\": null, \"value\": \"Hello\"}, {\"confidence\": 1000, \"type\": \"token\", \"features\": null, \"value\": \"World\"}]}]}]}\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekitchen%2Fcobalt-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodekitchen%2Fcobalt-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekitchen%2Fcobalt-client/lists"}