From e1ccf0f507e4e8216cb7b7132bc282ab305ebdb2 Mon Sep 17 00:00:00 2001 From: KwongTN <5886584+kwongtn@users.noreply.github.com> Date: Wed, 25 Aug 2021 11:50:05 +0800 Subject: [PATCH 1/2] Added Perspective API Perspective is a free API that uses machine learning to identify "toxic" comments, making it easier to host better conversations online. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 989ee03b..9ef0cf1e 100644 --- a/README.md +++ b/README.md @@ -760,6 +760,7 @@ API | Description | Auth | HTTPS | CORS | | [Keen IO](https://keen.io/) | Data Analytics | `apiKey` | Yes | Unknown | | [NLP Cloud](https://nlpcloud.io) | NLP API using spaCy and transformers for NER, sentiments, classification, summarization, and more | `apiKey` | Yes | Unknown | | [OpenVisionAPI](https://openvisionapi.com) | Open source computer vision API based on open source models | No | Yes | Yes | +| [Perspective](https://perspectiveapi.com) | NLP API to return probability that if text is toxic, obscene, insulting or threatening | Yes | Yes | Unknown | | [Time Door](https://timedoor.io) | A time series analysis API | `apiKey` | Yes | Yes | | [Unplugg](https://unplu.gg/test_api.html) | Forecasting API for timeseries data | `apiKey` | Yes | Unknown | | [Wit.ai](https://wit.ai/) | Natural Language Processing | `OAuth` | Yes | Unknown | From 5b4bbe2247545588733ebe372c9eef5990f0bdcc Mon Sep 17 00:00:00 2001 From: KwongTN <5886584+kwongtn@users.noreply.github.com> Date: Thu, 26 Aug 2021 11:51:17 +0800 Subject: [PATCH 2/2] Changed Auth option for PerspectiveAPI Co-authored-by: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ef0cf1e..09061d40 100644 --- a/README.md +++ b/README.md @@ -760,7 +760,7 @@ API | Description | Auth | HTTPS | CORS | | [Keen IO](https://keen.io/) | Data Analytics | `apiKey` | Yes | Unknown | | [NLP Cloud](https://nlpcloud.io) | NLP API using spaCy and transformers for NER, sentiments, classification, summarization, and more | `apiKey` | Yes | Unknown | | [OpenVisionAPI](https://openvisionapi.com) | Open source computer vision API based on open source models | No | Yes | Yes | -| [Perspective](https://perspectiveapi.com) | NLP API to return probability that if text is toxic, obscene, insulting or threatening | Yes | Yes | Unknown | +| [Perspective](https://perspectiveapi.com) | NLP API to return probability that if text is toxic, obscene, insulting or threatening | `apiKey` | Yes | Unknown | | [Time Door](https://timedoor.io) | A time series analysis API | `apiKey` | Yes | Yes | | [Unplugg](https://unplu.gg/test_api.html) | Forecasting API for timeseries data | `apiKey` | Yes | Unknown | | [Wit.ai](https://wit.ai/) | Natural Language Processing | `OAuth` | Yes | Unknown |