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
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 details)
Built Distribution
File details
Details for the file ai_classifier-1.0.tar.gz
.
File metadata
- Download URL: ai_classifier-1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce176392eecbeae81288c6728fc219f79fd74ad3b33212199ed84683f38a8dfc |
|
MD5 | 2e2e987d98c42e56ecc872d936ba80c2 |
|
BLAKE2b-256 | 0eb5a7d0d5508adba9b2f7496e3add8fe1151d79fe403fa944946ca70eafa61d |
File details
Details for the file AI_classifier-1.0-py3-none-any.whl
.
File metadata
- Download URL: AI_classifier-1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4245197dd7512a22da1f70b0bbadcc561853e51dd6c47f56b8bf3b8cc24c4096 |
|
MD5 | 1c64683b9fe1b0f18decffebd12f1125 |
|
BLAKE2b-256 | 88a4e72688d4f1b2db6948061ef74ee5abd593f08a3d8fd8efa6f49c30d9bfe6 |