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

https://github.com/Azure-Samples/cognitive-services-sample-data-files

Cognitive Services sample data files
https://github.com/Azure-Samples/cognitive-services-sample-data-files

Last synced: 11 months ago
JSON representation

Cognitive Services sample data files

Awesome Lists containing this project

README

          

# Cognitive Services sample data files

These sample files are used to build models, update models, run tests, and import data. They are samples of files you can generate yourself and use with the associated service.

## [LUIS](https://www.luis.ai)

|Type of file|Purpose|
|--|--|
|[Apps](./apps/)|Import complete app into LUIS. These are small apps but fully defined and importable. See [Create an app](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-start-new-app) for more information.|
|[Batch tests](./batch-tests/)|These are examples of batch tests of 1000 labeled utterances. See [Batch testing with a set of example utterances](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-batch-test) for more information.|
|[List entities](./list-entity/)| Import large lists of items with synonyms. See [Add list entities](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-add-entities#add-list-entities) for more information.|
|[Phrase lists](./phrase-lists/)|Improve prediction of entities by listing important words to the app domain. See [Use phrase lists to boost signal of word list](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-add-features) for more information.

## [QnA Maker](https://www.qnamaker.ai)

|Type of file|Purpose|
|--|--|
|[Data sources](./data-source-formats/)|Knowledge bases (KBs) can add questions and answers from a variety of file types. See [Data sources for QnA Maker content](https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/concepts/data-sources-supported) for more information. |

## [Computer Vision](https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/home)

|Type of file|Purpose|
|--|--|
| [Images](./ComputerVision/Images) | Sample images for Computer Vision SDK and Rest API quickstarts. |
| [Spatial analysis](./ComputerVision/spatial-analysis) | Sample deployment manifest for spatial analysis container. |

## [Language Service](https://docs.microsoft.com/azure/cognitive-services/language-service/overview)

|Type of file|Purpose|
|--|--|
| [Flow diagrams](./TextAnalytics/flow-diagrams) | Example flow diagrams for using Power Automate with Text Analytics. |
| [Sample data](./TextAnalytics/sample-data) | Example data files for Text Analytics tutorials. |
| [Email app](./language-service/CLU/EmailAPP) | Example data files for the [custom text classification quickstart](https://docs.microsoft.com/azure/cognitive-services/language-service/conversational-language-understanding/quickstart) |
| [Movie summaries](./language-service/Custom%20text%20classification/movies%20summaries) | Example data files for the [custom text classification quickstart](https://docs.microsoft.com/azure/cognitive-services/language-service/custom-classification/quickstart) |
| [Web of Science](./language-service/Custom%20text%20classification/webofscience) | Example data files for the [custom text classification quickstart](https://docs.microsoft.com/azure/cognitive-services/language-service/custom-classification/quickstart) |
| [Example loan agreements](./language-service/Custom%20NER/loan%20agreements) | Example data files for the [custom NER quickstart](https://docs.microsoft.com/azure/cognitive-services/language-service/custom-named-entity-recognition/quickstart) |
| [Example customer reviews](./language-service/Custom%20sentiment%20analysis/example_data.zip) | Example files for the [custom sentiment analysis quickstart](https:/learn.microsoft.com/azure/ai-services/language-service/sentiment-opinion-mining/custom/quickstart). |
| [Example summarization articles](./language-service/Custom%20summarization/sample-docs-and-labels) | Example data files for the [custom summarization quickstart](https://docs.microsoft.com/azure/cognitive-services/language-service/summarization/custom/quickstart) |

## [Azure OpenAI](https://learn.microsoft.com/azure/ai-services/openai/overview)

|Type of file|Purpose|
|--|--|
| [Example benefits document](./openai/contoso_benefits_document_example.pdf) | Example document for [Azure OpenAI On Your Data](https://learn.microsoft.com/azure/ai-services/openai/assistants-quickstart). |