Skip to content

HassanJbara/gptzero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPTZero

GPTZero is an AI model with some mathematical formulation to determine if a particular text fed to it is written by AI or a human being. This repository is a fork of the open-source implementation of GPTZero, refactored as a Python package.

Installation

pip install gptzero@git+https://github.com/HassanJbara/gptzero

Usage

Script

python main.py

Code

from gptzero import GPTZero

zero_gpt = GPTZero()
text = "I love you"

zero_gpt.get_score(text)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages