{"id":23099012,"url":"https://github.com/nl8590687/asrt_sdk_java","last_synced_at":"2025-08-16T13:30:41.182Z","repository":{"id":43537634,"uuid":"266794118","full_name":"nl8590687/ASRT_SDK_Java","owner":"nl8590687","description":"ASRT Speech Recognition SDK for Java. 用于ASRT语音识别系统的Java SDK","archived":false,"fork":false,"pushed_at":"2022-11-19T13:21:11.000Z","size":601,"stargazers_count":53,"open_issues_count":6,"forks_count":24,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T12:22:23.030Z","etag":null,"topics":["asrt","asrt-javaweb","asrt-speech-recognition","java","sdk","speech-recognition","speech-recognition-api","speech-to-text"],"latest_commit_sha":null,"homepage":"https://asrt.ailemon.net/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nl8590687.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-25T14:02:36.000Z","updated_at":"2025-03-26T11:57:49.000Z","dependencies_parsed_at":"2023-01-23T02:00:42.518Z","dependency_job_id":null,"html_url":"https://github.com/nl8590687/ASRT_SDK_Java","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nl8590687/ASRT_SDK_Java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nl8590687%2FASRT_SDK_Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nl8590687%2FASRT_SDK_Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nl8590687%2FASRT_SDK_Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nl8590687%2FASRT_SDK_Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nl8590687","download_url":"https://codeload.github.com/nl8590687/ASRT_SDK_Java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nl8590687%2FASRT_SDK_Java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270715557,"owners_count":24633025,"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-08-16T02:00:11.002Z","response_time":91,"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":["asrt","asrt-javaweb","asrt-speech-recognition","java","sdk","speech-recognition","speech-recognition-api","speech-to-text"],"created_at":"2024-12-16T23:16:44.585Z","updated_at":"2025-08-16T13:30:41.140Z","avatar_url":"https://github.com/nl8590687.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASRT_SDK_Java\nASRT Speech Recognition Java SDK. 用于ASRT语音识别系统的Java SDK\n\n[![Apache 2.0 Licensed](https://img.shields.io/badge/License-Apache2.0-blue.svg?style=flat)](https://opensource.org/licenses/Apache-2.0) \n[![Stars](https://img.shields.io/github/stars/nl8590687/ASRT_SDK_Java)](https://github.com/nl8590687/ASRT_SDK_Java) \n[![Java](https://img.shields.io/badge/Java-8+-blue.svg)](#) \n\n\n包含了一个JavaWeb实验网站，请使用Eclipse开发，Java 8+和Tomcat部署，可作为演示Demo使用，也可作为Web端进行语音识别功能开发的SDK使用，通过Tomcat的配置或Nginx反代，可直接将后端功能嵌入到任何Web项目中。前端只需照猫画虎，编写相关Javascript代码即可。\n\n如果您觉得喜欢，请点一个 **\"Star\"** 吧~\n\n[**ASRT项目主页**](https://asrt.ailemon.net/) | \n[**ASRT语音识别系统GitHub仓库**](https://github.com/nl8590687/ASRT_SpeechRecognition) |\n[**发布版下载**](https://asrt.ailemon.net/download) | \n[**本项目的Wiki文档**](https://wiki.ailemon.net/docs/asrt-doc) | \n[**实用效果体验Demo**](https://asrt.ailemon.net/demo) | \n[**打赏作者**](https://wiki.ailemon.net/docs/asrt-doc/asrt-doc-1deo9u61unti9)\n\n如果程序运行期间或使用中有什么问题，可以及时在issue中提出来，我将尽快做出答复。本项目作者交流QQ群：**894112051**\n\n提问前请仔细查看[项目文档](https://asrt.ailemon.net/docs/)、 \n[FAQ常见问题](https://wiki.ailemon.net/docs/asrt-doc/asrt-doc-1deoeud494h4f)\n以及[Issues](https://github.com/nl8590687/ASRT_SpeechRecognition/issues) 避免重复提问\n\n## 简介\n本项目是ASRT语音识别系统的客户端SDK项目，并实现了一个演示Demo客户端。\n\n## ASRT语音识别体验Demo\n\n[https://asrt.ailemon.net/demo](https://asrt.ailemon.net/demo)\n\n(基于本项目前后端代码二次开发实现)\n\n## License 开源许可协议\n\n[Apache v2.0](LICENSE) © [nl8590687](https://github.com/nl8590687) 作者：[AI柠檬](https://www.ailemon.net/)\n\n### 更多\n\n更多详细信息请浏览ASRT项目主页：[https://asrt.ailemon.net/](https://asrt.ailemon.net/)\n 和 [ASRT项目文档](https://asrt.ailemon.net/docs/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnl8590687%2Fasrt_sdk_java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnl8590687%2Fasrt_sdk_java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnl8590687%2Fasrt_sdk_java/lists"}