Welcome to my submission for the Cynaptics Club Kaggle challenge at IIT Indore! 🚀
The task: Distinguish between AI-generated images 🖼️ and real-life images 🌍.
-
CNN Model:
- Built a custom Convolutional Neural Network to classify images. 🧠
-
Transfer Learning:
- Switched to more advanced models for better results:
- VGG16 🖼️: Pre-trained on a large dataset, fine-tuned for our task.
- Inception 🤖: Another powerful model tweaked for the challenge.
- Switched to more advanced models for better results:
- Python 🐍
- TensorFlow/Keras✨
The transfer learning models, especially VGG16 and Inception, boosted accuracy significantly, outperforming the initial CNN. 🎉