Skip to content

tal123ph/Ai-image-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ–ผ๏ธ AI Image Detector Web Application

๐Ÿ“Œ Project Overview

This project provides a full-stack, web-based application designed to detect whether an image is AI-generated or real.
The solution consists of:

  • A machine learning model backend
  • A simple web form frontend

Users can upload an image, and the application will return a prediction with a confidence score.

โš ๏ธ Note:
The machine learning model included in this repository is a placeholder created with dummy data.
It is only for demonstration purposes and will not provide accurate real-world predictions.
The code serves as an example of how to integrate a deep learning model into a web application.


๐Ÿ— High-Level Architecture

The application is built using a full-stack approach with the following key technologies:

  • Backend: RESTful API built with Flask (Python) โ€” handles image uploads, preprocessing, and model inference.
  • Machine Learning Model: Image classification deep learning model built with TensorFlow/Keras.
  • Frontend: User-friendly web form created with HTML, CSS, and JavaScript for image uploads and result display.

โš™๏ธ Requirements

To run this application, you need Python installed on your system.

Install the following Python libraries:

pip install tensorflow flask werkzeug numpy

About

A full-stack web application to detect AI-generated images using TensorFlow and Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published