{"id":19968258,"url":"https://github.com/mddct/speech-annotations","last_synced_at":"2025-09-19T18:30:54.341Z","repository":{"id":260749573,"uuid":"882241088","full_name":"Mddct/speech-annotations","owner":"Mddct","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-04T03:41:30.000Z","size":2,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T17:11:13.123Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"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/Mddct.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":"2024-11-02T09:23:14.000Z","updated_at":"2025-01-20T08:00:22.000Z","dependencies_parsed_at":"2024-11-02T10:22:24.383Z","dependency_job_id":"7c42d8c0-c82f-4ffc-b73b-56aef331532a","html_url":"https://github.com/Mddct/speech-annotations","commit_stats":null,"previous_names":["mddct/speech-annotations"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mddct/speech-annotations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mddct%2Fspeech-annotations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mddct%2Fspeech-annotations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mddct%2Fspeech-annotations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mddct%2Fspeech-annotations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mddct","download_url":"https://codeload.github.com/Mddct/speech-annotations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mddct%2Fspeech-annotations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275982727,"owners_count":25564148,"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","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-13T02:45:10.894Z","updated_at":"2025-09-19T18:30:54.084Z","avatar_url":"https://github.com/Mddct.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# speech-annotations\n\nspeech-annotation in pure wenet way.\n\n```bash\n$ pip install -r requirments.txt\n\npython3 annotation.py test.mp4\n\n```\n```bash\n{'confidence': 0.9245624491884938, 'text': '富士康在印度工厂出现大规模感染', 'start': 0.508, 'end': 3.94, tokens': [{'token': '富', 'start': 0.598, 'end': 0.738, 'confidence': 0.96}, {'token': '士', 'start': 0.738, 'end': 0.858, 'confidence': 0.94}, {'token': '康', 'start': 0.858, 'end': 1.1179999999999999, 'confidence': 0.94}, {'token': '在', 'start': 1.1179999999999999, 'end': 1.338, 'confidence': 0.89}, {'token': '印', 'start': 1.338, 'end': 1.558, 'confidence': 0.95}, {'token': '度', 'start': 1.558, 'end': 1.838, 'confidence': 0.92}, {'token': '工', 'start': 1.8780000000000001, 'end': 2.0380000000000003, 'confidence': 0.92}, {'token': '厂', 'start': 2.0380000000000003, 'end': 2.258, 'confidence': 0.94}, {'token': '出', 'start': 2.258, 'end': 2.4379999999999997, 'confidence': 0.9}, {'token': '现', 'start': 2.4379999999999997, 'end': 2.698, 'confidence': 0.9}, {'token': '大', 'start': 2.698, 'end': 2.918, 'confidence': 0.9}, {'token': '规', 'start': 2.918, 'end': 3.078, 'confidence': 0.94}, {'token': '模', 'start': 3.078, 'end': 3.338, 'confidence': 0.94}, {'token': '感', 'start': 3.338, 'end': 3.498, 'confidence': 0.92}, {'token': '染', 'start': 3.498, 'end': 3.753, 'confidence': 0.95}, {'token': '\u003ceos\u003e', 'start': 3.753, 'end': 3.928, 'confidence': 0.9}]\n{'confidence': 0.9131879881113388, 'text': '目前工厂产量已下降超百分之五十', 'start': 4.028, 'end': 7.428, tokens': [{'token': '目', 'start': 4.138, 'end': 4.258, 'confidence': 0.93}, {'token': '前', 'start': 4.258, 'end': 4.518, 'confidence': 0.91}, {'token': '工', 'start': 4.518, 'end': 4.678, 'confidence': 0.92}, {'token': '厂', 'start': 4.678, 'end': 4.917999999999999, 'confidence': 0.95}, {'token': '产', 'start': 4.917999999999999, 'end': 5.077999999999999, 'confidence': 0.92}, {'token': '量', 'start': 5.077999999999999, 'end': 5.318, 'confidence': 0.92}, {'token': '已', 'start': 5.318, 'end': 5.537999999999999, 'confidence': 0.91}, {'token': '下', 'start': 5.537999999999999, 'end': 5.718, 'confidence': 0.9}, {'token': '降', 'start': 5.718, 'end': 5.957999999999999, 'confidence': 0.95}, {'token': '超', 'start': 5.957999999999999, 'end': 6.2379999999999995, 'confidence': 0.93}, {'token': '百', 'start': 6.298, 'end': 6.438, 'confidence': 0.9}, {'token': '分', 'start': 6.438, 'end': 6.537999999999999, 'confidence': 0.9}, {'token': '之', 'start': 6.537999999999999, 'end': 6.7379999999999995, 'confidence': 0.9}, {'token': '五', 'start': 6.7379999999999995, 'end': 6.898, 'confidence': 0.9}, {'token': '十', 'start': 6.898, 'end': 7.212999999999999, 'confidence': 0.9}, {'token': '\u003ceos\u003e', 'start': 7.212999999999999, 'end': 7.4479999999999995, 'confidence': 0.9}]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmddct%2Fspeech-annotations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmddct%2Fspeech-annotations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmddct%2Fspeech-annotations/lists"}