🌐
GitHub
github.com › Gogul09 › image-classification-python
GitHub - Gogul09/image-classification-python: Using global feature descriptors and machine learning to perform image classification · GitHub
This repo contains the code to perform a simple image classification task using Python and Machine Learning.
Starred by 92 users
Forked by 84 users
Languages   Python
🌐
GitHub
github.com › topics › image-classification
image-classification · GitHub Topics · GitHub
computer-vision deep-learning image-annotation annotation tensorflow video-annotation annotations pytorch dataset imagenet image-classification object-detection labeling semantic-segmentation annotation-tool boundingbox image-labeling labeling-tool computer-vision-annotation image-labelling-tool ... Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125 · python machine-learning deep-learning detection image-processing image-classification segmentation object-detection image-segmentation image-augmentation augmentation fast-augmentations
🌐
GitHub
github.com › NanoNets › image-classification-sample-python
GitHub - NanoNets/image-classification-sample-python: NanoNets Image Classification API Example for Python
Note: Make sure you have python and pip installed on your system if you don't visit Python pip · git clone https://github.com/NanoNets/image-classification-sample-python.git cd image-classification-sample-python sudo pip install requests
Starred by 5 users
Forked by 5 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › topics › image-classifier
image-classifier · GitHub Topics · GitHub
An Image classifier to identify whether the given image is Batman or Superman using a CNN with high accuracy. (From getting images from google to saving our trained model for reuse.) python tensorflow dnn neural-networks image-classification image-classifier tensorflow-tutorials deeplearning convolutional-neural-networks gradient-descent batman cnn-model tensorflow-models cnn-architecture cnn-classifier cnn-tensorflow bvs
🌐
GitHub
github.com › MIC-DKFZ › image_classification
GitHub - MIC-DKFZ/image_classification: :dart: Deep Learning Framework for Image Classification & Regression in Pytorch for Fast Experiments · GitHub
:dart: Deep Learning Framework for Image Classification & Regression in Pytorch for Fast Experiments - MIC-DKFZ/image_classification
Starred by 58 users
Forked by 2 users
Languages   Python
🌐
GitHub
github.com › gsurma › image_classifier
GitHub - gsurma/image_classifier: CNN image classifier implemented in Keras Notebook 🖼️.
Python Jupyter Notebook with Convolutional Neural Network image classifier implemented in Keras 🖼️.
Starred by 185 users
Forked by 98 users
Languages   Jupyter Notebook 99.9% | Python 0.1% | Jupyter Notebook 99.9% | Python 0.1%
🌐
GitHub
github.com › ltpitt › python-jupyter-image-classification
GitHub - ltpitt/python-jupyter-image-classification: Neural Network implementation that can perform image classification
In this project, we'll classify images from the CIFAR-10 dataset. The dataset consists of airplanes, dogs, cats, and other objects. We'll preprocess the images, then train a convolutional neural network on all the samples.
Starred by 6 users
Forked by 9 users
Languages   Jupyter Notebook 92.4% | Python 7.6% | Jupyter Notebook 92.4% | Python 7.6%
🌐
GitHub
github.com › bentrevett › pytorch-image-classification
GitHub - bentrevett/pytorch-image-classification: Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision. · GitHub
This repo contains tutorials covering image classification using PyTorch 1.7, torchvision 0.8, matplotlib 3.3 and scikit-learn 0.24, with Python 3.8.
Starred by 1.1K users
Forked by 257 users
Languages   Jupyter Notebook
🌐
GitHub
github.com › aritzLizoain › Image-Classification
GitHub - aritzLizoain/Image-Classification: Image classification with machine learning
Image classification with machine learning. Contribute to aritzLizoain/Image-Classification development by creating an account on GitHub.
Starred by 10 users
Forked by 5 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › dehaoterryzhang › Image_Classification_App
GitHub - dehaoterryzhang/Image_Classification_App: Build a image classification python web app with Streamlit and PyTorch :dog: · GitHub
Build a image classification python web app with Streamlit and PyTorch :cat: :dog: - dehaoterryzhang/Image_Classification_App
Starred by 21 users
Forked by 14 users
Languages   Python
Find elsewhere
🌐
GitHub
github.com › TensorPy › TensorPy
GitHub - TensorPy/TensorPy: Easy Image Classification with TensorFlow
Classify an image from a local file path using a Python script: (See test_python_file_classify.py for details.)
Starred by 46 users
Forked by 27 users
Languages   Python 90.7% | Shell 4.7% | Dockerfile 4.6% | Python 90.7% | Shell 4.7% | Dockerfile 4.6%
🌐
GitHub
github.com › rohanpillai20 › Image-Classification-by-Keras-and-Tensorflow
GitHub - rohanpillai20/Image-Classification-by-Keras-and-Tensorflow: Image Classification using Keras as well as Tensorflow.
This repository contains implementation for multiclass image classification using Keras as well as Tensorflow.
Starred by 81 users
Forked by 60 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › anubhavparas › image-classification-using-cnn
GitHub - anubhavparas/image-classification-using-cnn: This project aims to classify the images in the given dataset as cats or dogs using convolutional neural network(CNN) · GitHub
Classifying the images: Output video predicting the images as cats and dogs can be found here. Input dataset · Go to directory: cd Code/ To start the training run: $ python main.py
Starred by 45 users
Forked by 28 users
Languages   Jupyter Notebook 97.9% | Python 2.1%
🌐
GitHub
github.com › katywarr › simple-image-classification
GitHub - katywarr/simple-image-classification
simple_image_classification.ipynb: A Jupyter notebook to perform basic image classification and display the results in order to test adversarial images · simple_video_classification.py: Python script to capture live video feed and perform image classification
Author   katywarr
🌐
GitHub
github.com › yihong1120 › Image-Classification-with-EfficientNetV2
GitHub - yihong1120/Image-Classification-with-EfficientNetV2: This repository contains code for an image classification model using TensorFlow and Keras. It includes a script for training the model, a script for predicting new images using the trained model, and a sample dataset of images for testing. · GitHub
This project includes a Python script (image_classification.py) that uses transfer learning to train an image classification model using the EfficientNetV2 architecture. The script takes advantage of data augmentation and preprocessing techniques ...
Author   yihong1120
🌐
GitHub
github.com › rebeccak1 › image-classification
GitHub - rebeccak1/image-classification: Classify images from the CIFAR-10 dataset
In this project, you'll classify images from the CIFAR-10 dataset. The dataset consists of airplanes, dogs, cats, and other objects. The dataset will need to be preprocessed, then train a convolutional neural network on all the samples.
Author   rebeccak1
🌐
GitHub
github.com › sumedhkulkarni7 › Image-Classification-using-CNN-Keras-and-Tensorflow-in-Python
GitHub - sumedhkulkarni7/Image-Classification-using-CNN-Keras-and-Tensorflow-in-Python: Image Classification using CNN in Keras and Tensorflow
Image Classification using CNN in Keras and Tensorflow - sumedhkulkarni7/Image-Classification-using-CNN-Keras-and-Tensorflow-in-Python
Starred by 6 users
Forked by 5 users
Languages   Jupyter Notebook 100.0% | Jupyter Notebook 100.0%
🌐
GitHub
github.com › yanndupis › image-classification
GitHub - yanndupis/image-classification: Convolutional neural network to classify images from the CIFAR-10 datasets · GitHub
In this project, we will classify images from the CIFAR-10 dataset. The dataset consists of airplanes, dogs, cats, and other objects. The dataset will need to be preprocessed, then train a convolutional neural network on all the samples.
Forked by 3 users
Languages   HTML 72.3% | Jupyter Notebook 25.7% | Python 2.0%
🌐
GitHub
github.com › shivamprasad1001 › Image-Classification
GitHub - shivamprasad1001/Image-Classification: This project explores the fundamentals of image classification using a small dataset of 44 images across 3 classes. Due to the limited dataset size, the current model achieves an accuracy of approximately 29%, providing an excellent opportunity to identify areas for improvement, such as dataset expansion, data augmentation, and model optimization. · GitHub
git clone https://github.com/shivamprasad1001/Image-Classification.git · Ensure all required libraries are installed. You can install the necessary libraries with: pip install -r requirements.txt · If requirements.txt is not available, install manually: pip install tensorflow keras numpy pandas matplotlib opencv-python ·
Author   shivamprasad1001