Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/louisgituhi/comment-analyzer

Comment analyzer and profanity filter using Google Perspective API
https://github.com/louisgituhi/comment-analyzer

Last synced: about 1 month ago
JSON representation

Comment analyzer and profanity filter using Google Perspective API

Awesome Lists containing this project

README

        

# Comment analyzer
With the use of perspective API from google we can filter profanic words by determining its toxicity score.
Visit the API Documentation here [Perspective Docs](https://support.perspectiveapi.com/s/docs?language=en_US)
## Usage
Create a new API Key in Google Cloud Console for Perspective API

The clone the repository.

Use the command:

```
npm install
```

To install all dependancies

Run the demo.js file
```
node demo
```