abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
342 stars 294 forks source link

Introducing a new Feature in AI vs realtime image classification #848

Closed anushkasaxena07 closed 1 month ago

anushkasaxena07 commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title AI vs real image classification:
:red_circle: Aim :
The aim of this project is to develop a robust Convolutional Neural Network (CNN) model that can accurately classify images as either AI-generated or real. By leveraging deep learning techniques and a well-structured dataset, the model aims to identify subtle differences between AI-generated art and real artwork, achieving high accuracy and reliability in distinguishing these two categories. The ultimate goal is to create a tool that can assist in the automatic identification of AI-generated content, which can be valuable in various applications such as content verification, digital art analysis, and understanding AI's impact on creative industries. :red_circle: Approach : The approach used in your project is a Convolutional Neural Network (CNN) for classifying AI-generated images versus real images. It involves:

  1. Data Preparation: Loading, normalizing, and combining AI-generated and real images into a single dataset.
  2. Data Splitting: Dividing the data into training, testing, and validation sets.
  3. Model Architecture: Building a CNN model with multiple convolutional, max-pooling, and dense layers, using the ELU activation function and batch normalization.
  4. Training and Evaluation: Training the model with binary cross-entropy loss and the Nadam optimizer, implementing callbacks for model checkpointing and learning rate reduction, and evaluating model performance through accuracy and loss metrics.

This CNN approach leverages deep learning techniques for effective image classification, focusing on distinguishing between AI-generated and real images.


๐Ÿ“ Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :

All the best. Enjoy your open source journey ahead. ๐Ÿ˜Ž

github-actions[bot] commented 1 month ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! ๐Ÿ˜Š

anushkasaxena07 commented 1 month ago

@abhisheks008 plz assign me this issue

abhisheks008 commented 1 month ago

Already present in this repository. Closing this issue as similar problem statement existing in the repository.