https://github.com/maum-ai/minds-api-sdk
SDK for Minds APIs
https://github.com/maum-ai/minds-api-sdk
Last synced: 3 months ago
JSON representation
SDK for Minds APIs
- Host: GitHub
- URL: https://github.com/maum-ai/minds-api-sdk
- Owner: maum-ai
- Created: 2017-08-11T04:48:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T03:12:57.000Z (over 6 years ago)
- Last Synced: 2025-01-08T21:35:57.039Z (4 months ago)
- Language: Python
- Size: 968 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDK for *Minds API*
*Minds API* gives you access to **Minds API service** to help boost AI-based your business.
## API Services
- Korean Speech Recognition
- English Speech Recognition
- Natural Language Analysis
- Machine Reading Comprehension
- Text Analytics## Korean Speech Recognition
| Type | Input type | Status |
| ------------- | ------------------- | ------------ |
| baseline, 8K | audio file(wav/mp3) | Support |
| baseline, 16K | audio file(wav/mp3) | Support |
| address, 8K | audio file(wav/mp3) | Support |- Recognition type can be extended based on the client's request.
## English Speech Recognition
| Type | Input type | Status |
| ------------- | ------------------- | ------------ |
| baseline, 8K | audio file(wav/mp3) | Support |
| baseline, 16K | audio file(wav/mp3) | Support |
| kor_accent, 8K | audio file(wav/mp3) | Support |- Recognition type can be extended based on the client's request.
## Natural Language Analysis
- This feature parses and analyze the input sentence.## Machine Reading Comprehension
- This feature reads and understands the reference setences, and then give the answer to your question.## Text Analytics
- Coming soon## Development Platform
| Dev Platform | Status |
| --------------- | ----------- |
| Python(2.x/3.x) | Support |
| Web | Support |
| Javscript | Support |
| Java | Support |## Get Started with Minds API SDK
1. Send e-mail to [email protected] to request Minds API service.
Or, go to [Minds API web page](http://mindslab.ai/?page_id=4789) and complete "Contact us" section.
It is noted that **your name** and **valid e-mail address** MUST be described in this request.
2. You will be contacted by Minds API service operator to discuss about how to help boost your business though Minds API service.
3. Your ID and key would be delivered to you via e-mail.
Please **NEVER** disclose your ID and key to anyone unrelated.
4. Clone this repository.
5. Choose a Minds API package according to your development platform preference.
- Go to [Python environment](https://github.com/mindslab-ai/Minds_API_SDK/tree/master/py).