Skip to content

PrathmeshDesai/ai-image-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 AI Image Detector

AI Image Detector is a web application that detects whether an image is AI-generated or real (human-captured) using deep learning techniques.


🚀 Features

  • Upload an image for detection
  • Fast prediction results
  • Displays confidence score
  • Supports JPG, JPEG, PNG formats
  • Clean and simple UI

🛠 Tech Stack

Frontend: React.js, HTML, CSS, JavaScript
Backend: Node.js, Express.js
AI/ML: Python, TensorFlow / PyTorch


📂 Project Structure

ai-image-detector/ ├── client/ # React frontend ├── server/ # Node.js backend ├── model/ # ML model files ├── uploads/ # Uploaded images ├── package.json └── README.md


⚙️ Installation

1. Clone the repository

git clone https://github.com/your-username/ai-image-detector.git
cd ai-image-detector

2. Setup Backend

cd server
npm install
npm start

3. Setup Frontend

cd client
npm install
npm start

4. Run ML Model (if separate service)

pip install -r requirements.txt
python app.py


🧠 How It Works

  1. User uploads an image.
  2. Image is sent to backend.
  3. ML model analyzes patterns and artifacts.
  4. Model predicts:
    • Real Image
    • AI Generated Image
  5. Result is returned with confidence score.

📌 Use Cases

  • Detecting fake social media images
  • News/media verification
  • Digital forensics
  • Content moderation

👨‍💻 Author

Phoenix - Prathmesh , Bhushan , Shreyas , Shravan B.E. Computer Science & Engineering Saraswati College Of Engineering Navi Mumbai

About

A simple, powerful tool to detect AI-generated images. Upload a file and get a probability score in seconds. Combat misinformation and verify visual content with ease.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors