https://github.com/saherpathan/modnet_classifier
A deep learning-based model for image (species) classification tasks
https://github.com/saherpathan/modnet_classifier
alexnet-pytorch command-line-tool deeplearning-ai machine-learning python pytorch-implementation vggnet
Last synced: 9 months ago
JSON representation
A deep learning-based model for image (species) classification tasks
- Host: GitHub
- URL: https://github.com/saherpathan/modnet_classifier
- Owner: Saherpathan
- Created: 2024-01-13T19:50:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T21:10:47.000Z (over 1 year ago)
- Last Synced: 2025-01-20T04:35:35.712Z (11 months ago)
- Topics: alexnet-pytorch, command-line-tool, deeplearning-ai, machine-learning, python, pytorch-implementation, vggnet
- Language: HTML
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ModNet Classifier 🤖
## Overview 📚
-----------
ModNet Classifier is a deep learning-based model for image classification tasks, specifically designed for the ModNet dataset. This repository provides a PyTorch implementation of the ModNet Classifier, along with pre-trained models and example code for training and testing 📊.
## Features 🎉
------------
* **State-of-the-art performance 🏆**: ModNet Classifier achieves competitive performance on the ModNet dataset, outperforming other state-of-the-art models 🤯.
* **Easy to use 🤩**: The repository provides pre-trained models and example code, making it easy to get started with image classification tasks 📈.
* **Customizable 🔧**: The model architecture is highly customizable, allowing users to modify the model to suit their specific needs 🤔.
## Getting Started 🚀
---------------
### Installation 💻
To use the ModNet Classifier, you'll need to have Python 3.7 or later installed on your system, along with the following dependencies:
* PyTorch 1.9 or later 🔥
* torchvision 0.10 or later 📸
* numpy 1.20 or later 📊
You can install the required dependencies using pip:
```bash
pip install torch torchvision numpy