Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amirzenoozi/simple-classification
A Simple Vehicle Classifier Based on Keras and Tensorflow + Training Script
https://github.com/amirzenoozi/simple-classification
cars classification dataset deep-learning image-processing keras keras-tensorflow machine-learning planes tensorflow tf2 train training-data vehicle vehicle-classification vehicle-dataset
Last synced: 6 days ago
JSON representation
A Simple Vehicle Classifier Based on Keras and Tensorflow + Training Script
- Host: GitHub
- URL: https://github.com/amirzenoozi/simple-classification
- Owner: amirzenoozi
- License: agpl-3.0
- Created: 2022-06-22T12:46:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T15:28:13.000Z (over 2 years ago)
- Last Synced: 2024-11-20T11:13:13.715Z (2 months ago)
- Topics: cars, classification, dataset, deep-learning, image-processing, keras, keras-tensorflow, machine-learning, planes, tensorflow, tf2, train, training-data, vehicle, vehicle-classification, vehicle-dataset
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vehicle Classification 🚗
It's Just Simple Classification Model To Classify Planes and Cars.
## Requierments 📦
```bash
pip install -r requirements.txt
```## Classifier CLI Options 📋
```bash
--model Model File Path #default: 'model/vehicle_model_saved.h5'
--img Image File Path #default: 'data/1.jpg'
```Then You Just Need To Run This
```bash
python main.py --img PATH_TO_FILE --model MODEL_FILE
```## Features ✨
- [x] Detect `Cars` and `Planes`
- [x] CLI
- [x] Train Script