Skip to content

kamal-dev/is-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visitors

is-GPT

is-GPT is an application of Logistic Regression to identify if a given text is a AI generated test or it is a Human Written Text. This application makes use of nltk, CountVectorizer and LogisticRegression to predict the outcome.

Installation

Use the package manager pip to install the dependencies.

pip install -r requirements.txt

Dataset

The dataset has been fetched from Kaggle - /kaggle/input/ai-vs-human-text/AI_Human.csv

Usage

The notebook can be found at notebook/model.ipynb. You can either choose to use this notebook file to do the changes to the model and run it or you can directly access the model from the website mentioned in the link section.


## Contributing

Pull requests are welcome. 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published