Skip to main content

A package for text classification using transformers models which classifies text whether it is AI generated or human written

Project description

AI Classifier

AI Classifier is a Python package for text classification using transformer models. It classifies text into two categories: AI generated or human written.

Installation

You can install AI Classifier via pip:

pip install AI-classifier

Usage

from AI_text_classifier.classifier import classify_and_print

# Example text to classify
example_text = """
A package for text classification using transformers models which classifies text whether it is AI generated or human written
"""

# Call the classify_and_print function to classify the example text
classify_and_print(example_text)

License

This project is licensed under the MIT License. See the LICENSE file for details.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_classifier-1.0.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

AI_classifier-1.0-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page