An open API service indexing awesome lists of open source software.

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

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).