{"id":24466052,"url":"https://github.com/asirwad/cifar-image-classifier-tensorflow","last_synced_at":"2025-08-20T16:15:16.065Z","repository":{"id":184292837,"uuid":"671604473","full_name":"Asirwad/CIFAR-Image-Classifier-Tensorflow","owner":"Asirwad","description":"🔍🖼️Classifies 10 everyday objects using Conv2D on TensorFlow's CIFAR Image Dataset 🧭🔍. With 60,000 colorful images and 6000 images per class📸🌟🌆","archived":false,"fork":false,"pushed_at":"2023-07-28T09:14:00.000Z","size":1218,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T12:30:30.228Z","etag":null,"topics":["computer-vision","image-classification","machine-learning","tensorflow2"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Asirwad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-27T17:45:47.000Z","updated_at":"2024-01-01T21:25:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bb25b36-0d1a-40bc-94ea-52fa4e922264","html_url":"https://github.com/Asirwad/CIFAR-Image-Classifier-Tensorflow","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.33333333333333337","last_synced_commit":"92bf62d06179fbf9057c4b10bb1425517cafb7b3"},"previous_names":["asirwad/cifar-image-classifier-tensorflow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asirwad%2FCIFAR-Image-Classifier-Tensorflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asirwad%2FCIFAR-Image-Classifier-Tensorflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asirwad%2FCIFAR-Image-Classifier-Tensorflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asirwad%2FCIFAR-Image-Classifier-Tensorflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asirwad","download_url":"https://codeload.github.com/Asirwad/CIFAR-Image-Classifier-Tensorflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asirwad%2FCIFAR-Image-Classifier-Tensorflow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259186746,"owners_count":22818627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-vision","image-classification","machine-learning","tensorflow2"],"created_at":"2025-01-21T06:13:29.592Z","updated_at":"2025-06-11T02:36:14.188Z","avatar_url":"https://github.com/Asirwad.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1\u003e\n    🤖CIFAR10 Image classifier using Convolutional Neural Networks🤖\n  \u003c/h1\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://pytorch.org/tutorials/_images/cifar10.png\" alt=\"alt\" width=\"450\"\u003e\n\u003c/p\u003e\n\n## Overview\nWelcome to the Everyday Objects Classifier project! This repository addresses the challenge of classifying 10 different everyday objects using TensorFlow's CIFAR Image Dataset 🧭🔍. With 60,000 colorful images and 6000 images per class, we embark on a thrilling machine learning journey to achieve accurate object recognition! 🚀🔮\n\n## Dataset\nThe CIFAR Image Dataset contains 60,000 32x32 color images, categorized into 10 classes. Each class represents an everyday object, and the dataset is evenly distributed, with 6000 images per class. Below is a table summarizing the dataset information:\n\n|   Class     | Number of Images|\n|:-----------:|:---------------:|\n|   ✈️Plane   |      6000       |\n|   🚗Car     |      6000       |\n|   🐤Bird    |      6000       |\n|   🐈‍⬛Cat     |      6000       |\n|   🦌Deer    |      6000       |\n|   🐩Dog     |      6000       |\n|   🐸Frog    |      6000       |\n|  🏇🏾Horse    |      6000       |\n|   🚢Ship    |      6000       |\n|  🚛Truck    |      6000       |\n\n\n## Getting Started\n1. Clone the repository: `git clone https://github.com/Asirwad/CIFAR-Image-Classifier-Tensorflow.git`\n2. Install the required dependencies: `pip install tensorflow matplotlib`\n3. Explore the Jupyter notebook to understand data preprocessing and model building.\n4. Train the classifier and achieve top-notch object recognition! 📸🌟\n\n## Model Architecture\nThe Everyday Objects Classifier uses a deep learning architecture to handle the image classification task. With advanced TensorFlow techniques, we strive to optimize the model's performance 🏆🌈.\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/Asirwad/CIFAR-Image-Classifier-Tensorflow/assets/85600836/f84268ee-801f-477b-bb0e-23c479385c17\" alt=\"alt\" width=\"200\"\u003e\n\u003c/p\u003e\n\n## Contribution\nContributions are welcome! Whether it's enhancing the model's accuracy, improving the documentation, or adding new features, your contributions can elevate the object recognition experience for everyone! 🚀🔍 Join us in shaping the future of this exciting image classification project! 📸🌆\n\n\n## Acknowledgments\nSpecial thanks to the TensorFlow team for providing the CIFAR Image Dataset and the amazing machine learning community for their continuous support!\n\n🖼️🏆 Let's classify everyday objects with the magic of machine learning! 🖼️🏆\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasirwad%2Fcifar-image-classifier-tensorflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasirwad%2Fcifar-image-classifier-tensorflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasirwad%2Fcifar-image-classifier-tensorflow/lists"}