AI Image Detector is a web application that detects whether an image is AI-generated or real (human-captured) using deep learning techniques.
- Upload an image for detection
- Fast prediction results
- Displays confidence score
- Supports JPG, JPEG, PNG formats
- Clean and simple UI
Frontend: React.js, HTML, CSS, JavaScript
Backend: Node.js, Express.js
AI/ML: Python, TensorFlow / PyTorch
ai-image-detector/ ├── client/ # React frontend ├── server/ # Node.js backend ├── model/ # ML model files ├── uploads/ # Uploaded images ├── package.json └── README.md
git clone https://github.com/your-username/ai-image-detector.git
cd ai-image-detector
cd server
npm install
npm start
cd client
npm install
npm start
pip install -r requirements.txt
python app.py
- User uploads an image.
- Image is sent to backend.
- ML model analyzes patterns and artifacts.
- Model predicts:
- Real Image
- AI Generated Image
- Result is returned with confidence score.
- Detecting fake social media images
- News/media verification
- Digital forensics
- Content moderation
Phoenix - Prathmesh , Bhushan , Shreyas , Shravan B.E. Computer Science & Engineering Saraswati College Of Engineering Navi Mumbai