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 #676

Closed Arihant-Bhandari closed 1 month ago

Arihant-Bhandari commented 1 month ago

Pull Request for DL-Simplified šŸ’”

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

Closes: #662 [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 ResNet-50, VGG16 and so on.

Type of change ā˜‘ļø

What sort of change have you made:

How Has This Been Tested? āš™ļø

Models Accuracy Loss
ResNet-50 60.96% 0.6848
inception 76.71% 0.4543
CNN 67.81% 0.6443
CNN with Attention 69.86% 0.6037
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 the preliminary work. i have sent in all the models i worked on, let me know any changes to be made, i will be glad to makew them, thank you for your time and patience.

also, i have worked on about 8 models, let me know which ones to cut down, i have set in things on README.md to be scaled down version, if any other model is to be added in final metrics list, i will make those changes.

Arihant-Bhandari commented 1 month ago

yup the project is complete, i have 8 models with me but i was thinking to trim them down to just 4-5, future contris can come in that way like improvements and so on. i will update this completely later today, just wanted to let the codebase be under review.