Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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