AuthentiText AI

AuthentiText AI

v1.0 Model Live

Detect AI-Generated Text with Precision

Supervised Machine Learning model using TF-IDF feature extraction and Logistic Regression classification for publishers, educators, and platforms.

check_circle Open Source ML Pipeline
check_circle No Data Stored

Live Authenticity Check

Experience our detection engine in real-time.

0 / 10,000 characters
Awaiting
Paste text to analyze
Perplexity Low
Burstiness High
Technology

Under the Hood

Our pipeline converts raw text into TF-IDF feature vectors and classifies them using a trained Logistic Regression model.

data_object

Text Input

Raw text is received, cleaned, and validated with a minimum 50-word requirement before processing.

polyline

TF-IDF Vectorization

Text is transformed into 5,000-dimensional feature vectors using TF-IDF with unigram and bigram analysis.

model_training

Classification

A trained Logistic Regression classifier outputs the probability of the text being AI-generated or human-written.

psychology

Real ML-Based

Supervised Machine Learning model using TF-IDF feature extraction and Logistic Regression classification.

verified

Validated Accuracy

Trained on 1,000+ labeled samples with 80/20 train-test split and evaluated using precision, recall, and F1-score.

analytics

Transparent Results

Every prediction includes a confidence score so you can assess reliability before making decisions.

lock_person

Privacy First

Text is analyzed in real-time and never stored on our servers. No data is retained after prediction.

Built with robust technology

Built with industry-standard Python ML libraries for reliable text classification.

Python scikit-learn TF-IDF Vectorizer Logistic Regression Flask REST API Joblib

REST API Integration

Send a POST request to our /predict endpoint and receive instant classification results.

POST /predict

{ "text": "Your text here..." }

// Response:
{ "prediction": "Human Written",
  "confidence": 0.85 }

Designed For

school

Educational Institutions

Helps educators screen student essays and research papers for potential AI-generated content.

article

Publishers & Media

Assists editorial teams in screening submissions for indicators of AI-generated writing.

group_add

Recruitment Platforms

Provides an additional layer of analysis for application responses and written assessments.