SerialGuy/ai-vs-human
4
๐ง AI vs Human Text Detector
This project is a machine learning-based system designed to distinguish between text written by a human and that generated by an AI language model (e.g., ChatGPT). It uses deep learning and text embeddings to analyze writing patterns and classify them accurately.
๐ Features
- โ Binary classification: AI-generated vs Human-written text
- ๐ Achieved 92% accuracy and 0.89 F1-Score
- ๐ Embedding + Deep Learning model
- ๐ Evaluation on real-world prompts and datasets
- ๐งช Trained and tested using clean, balanced samples
๐ Live Demo
๐ [Try it on Hugging Face Spaces](https://huggingface.co/spaces/SerialGuy/ai-vs-human)
Enter a piece of text and the model will predict whether it's written by an AI or a human.
๐ Repository Structure
.
โโโ train_model.ipynb # Notebook to preprocess and train the model
โโโ requirements.txt # (Optional) Dependencies
โโโ README.md # Project overview and instructions
