Skip to content

Web application used to classify images as AI generated or Real image

Notifications You must be signed in to change notification settings

adityamajji1654/ImageClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Classifier Project

This repository contains code and resources for an image classifier project. The project is built using a machine learning model to classify images as either AI-generated or real.

Table of Contents

Project Overview

The image classifier project aims to distinguish between AI-generated images and real images using a pre-trained machine learning model. The project utilizes the Streamlit framework for creating an interactive web application.

Installation

To install the necessary dependencies, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Install the dependencies listed in the Requirements.txt file:
 pip install -r Requirements.txt 

Usage

To run the image classifier application, use the following command:

 streamlit run app.py 

This will start the Streamlit application, and you can access it in your web browser.

Once the application is running, follow these steps:

  1. Click on the "Browse Files" button to select an image file (in JPG or PNG or JPEG or WEBM format).
  2. Wait for the model to load and process the image.
  3. The application will display the uploaded image along with the prediction result.
  4. The prediction will indicate whether the image is most likely AI-generated or a real image.

About

Web application used to classify images as AI generated or Real image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published