Skip to content

This repository contains projects that use models created from deep learning frameworks in image classification and/or object detection tasks.

License

Notifications You must be signed in to change notification settings

jibbs1703/Object-Vision-Models

Repository files navigation

Overview

This repository showcases projects utilizing deep learning frameworks for image classification and object detection. These projects cover a range of applications, from recognizing handwritten digits to classifying wildlife.

Projects

Digit Recognition

  • Dataset: Hand-drawn digit images from Kaggle.
  • Achievement: Achieved 98.76% accuracy.
  • Process: Developed a simple convolutional neural network (CNN).

Pet Classification

  • Dataset: Cat and dog images from Kaggle.
  • Achievements:
    • Self-constructed model: 82% accuracy.
    • Pre-trained model: 99% accuracy.
  • Process: Developed two convolutional neural networks, one self-constructed and one leveraging a pre-trained model (e.g., ResNet, EfficientNet).

Plant Disease Detection

  • Dataset: Plant leaf images from Kaggle.
  • Achievement: [X]% accuracy.
  • Process: Developed a convolutional neural network (CNN) to classify healthy and diseased plant leaves.

Wildlife Classification

  • Dataset: A curated dataset of images featuring various wildlife species, collected from
  • Achievement: [X]% accuracy.

About

This repository contains projects that use models created from deep learning frameworks in image classification and/or object detection tasks.

Topics

Resources

License

Stars

Watchers

Forks