Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/louisgituhi/comment-analyzer
- Owner: louisgituhi
- Created: 2024-01-22T14:13:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-22T14:40:26.000Z (11 months ago)
- Last Synced: 2024-01-22T18:37:10.525Z (11 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 APIThe clone the repository.
Use the command:
```
npm install
```To install all dependancies
Run the demo.js file
```
node demo
```