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
319 stars 288 forks source link

[Project Addition] AI Generated vs Real Images Classification using DL #702

Closed Arihant-Bhandari closed 4 weeks ago

Arihant-Bhandari commented 1 month ago

Pull Request for DL-Simplified 💡

Issue Title : #701 [Project Addition] AI Generated vs Real Images Classification using DL

Closes: #701 [Project Addition] AI Generated vs Real Images Classification using DL

Describe the add-ons or changes you've made 📃

Wrote code for preprocessing and loading images, created models including custom as well as pre-trained models, like Inception, Xception, VGG16 and so on.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

Models Accuracy Loss
DenseNet-121 76.03% 0.4916
inception 76.71% 0.4543
CNN 67.81% 0.6443
Inception-Resnet-V2 80.82% 0.5000
Xception 75.34% 0.5466
VGG16 78.77% 0.5400

Checklist: ☑️

github-actions[bot] commented 1 month ago

Our team will soon review your PR. Thanks @Arihant-Bhandari :)

Arihant-Bhandari commented 1 month ago

hi @abhisheks008 this is my work on the issue, pls review. if there are any changes to be made, i will gladly do them over.

thank you for your time and patience.