Skip to content

Object classification project leveraging Convolutional Neural Networks (CNNs) and pre-trained models (VGG16, ResNet50) to accurately distinguish between various image-based object categories.

Notifications You must be signed in to change notification settings

cuongdp23/object-detection-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฏ Object Classification with Deep Learning

This project focuses on classifying objects using deep learning. It involves training convolutional neural networks (CNNs) on image data to recognize and distinguish between multiple object categories.


๐Ÿ“ Dataset

  • Source: Collected from multiple sources (including Kaggle and online resources), then manually curated and labeled.
  • Classes: Boot, Chair, Laptop, Sofa, Table
  • Link: Google Drive

๐Ÿง  Techniques Used

  • Image preprocessing, CNN and transfer learning (VGG16, ResNet50), model evaluation using accuracy.

๐ŸŽฏ Goal

  • Build a deep learning model to classify objects from images
  • Experiment with transfer learning (VGG16, ResNet50) vs. custom CNN
  • Evaluate classification accuracy and model performance

โœ… Results

  • Best model: VGG16
  • Validation accuracy: ~[95.5]%
  • Model can successfully distinguish 5 object classes with high precision
  • Sample predictions shown using matplotlib

๐Ÿ› ๏ธ Tools & Libraries

Python, TensorFlow, Keras
NumPy, Pandas, Matplotlib, Seaborn, VisualKeras
Google Colab, Google Drive


โญ This project was developed during my learning journey and reflects my ability to apply concepts into practice. It continues to be improved as I grow

About

Object classification project leveraging Convolutional Neural Networks (CNNs) and pre-trained models (VGG16, ResNet50) to accurately distinguish between various image-based object categories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published