Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 380 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 380 Bytes

perspective

perspective is an API wrapper for Google's Perspective API

Installation

To install, use pip install perspective

Usage

A simple example:

from perspective import PerspectiveAPI
p = PerspectiveAPI("API_KEY")
result = p.score("This is a comment")
print("Toxicity score: ", result["TOXICITY"])

More complex