Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 789 Bytes

File metadata and controls

31 lines (23 loc) · 789 Bytes

ML Image Classification using CNN

This project demonstrates an image classification system built using a Convolutional Neural Network (CNN).

📌 Project Overview

The model is trained to classify images into different categories using deep learning techniques.

🧠 Technologies Used

  • Python
  • TensorFlow / Keras
  • CNN (Convolutional Neural Networks)
  • NumPy
  • Matplotlib

📂 Project Structure

  • Images_Classification_using_CNN.ipynb – Training and evaluation notebook
  • README.md – Project documentation

🚀 How to Run

  1. Install dependencies - requirements.txt
  2. Run the notebook

📊 Results

  • Model accuracy achieved during training
  • Confusion matrix and performance metrics included in notebook

📁 Dataset

  • Kaggle

✨ Author

PACKIARAJ-R