Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marteinn/wagtail-text-analysis
Detect key phrases and sentiment from your Wagtail content using cloud Api services
https://github.com/marteinn/wagtail-text-analysis
azure-text-analysis django wagtail
Last synced: 26 days ago
JSON representation
Detect key phrases and sentiment from your Wagtail content using cloud Api services
- Host: GitHub
- URL: https://github.com/marteinn/wagtail-text-analysis
- Owner: marteinn
- License: mit
- Created: 2019-04-17T20:31:25.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2019-05-15T19:45:49.000Z (over 5 years ago)
- Last Synced: 2024-08-08T20:37:01.812Z (3 months ago)
- Topics: azure-text-analysis, django, wagtail
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/marteinn/wagtail-text-analysis.svg?branch=develop)](https://travis-ci.org/marteinn/wagtail-text-analysis)
# Wagtail Text Analysis
Detect key phrases and sentiment from your Wagtail content using powerful ML Apis.
## Features
- Key phrase generation using Azure Text Analytics
- Text sentiment using Azure Text Analytics## Supported providers
- [Azure Text Analytics](#azure-text-analytics)
## Requirements
- Python 3.6+
- Wagtail 2+
- Access to any of the [supported providers](#providers)## Providers
### Azure Text Analytics
Azure's Text Analytics Api. [Docs](https://azure.microsoft.com/en-us/services/cognitive-services/text-analytics/)
#### Settings
- `AZURE_TEXT_ANALYTICS_API_KEY`: Azure Computer Vision API key
- `AZURE_TEXT_ANALYTICS_REGION`: The default region to use, e.g. westus, northeurope, etc## Where to go from here?
We recommend you to check out our [Getting Started Guide](https://github.com/marteinn/wagtail-text-analysis/blob/develop/docs/getting-started.md).
## Contributing
Want to contribute? Awesome. Just send a pull request.
## License
Wagtail Text Analysis is released under the [MIT License](http://www.opensource.org/licenses/MIT).