Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hotequil/fish_classification

Identify the fish specie with Machine Learning.
https://github.com/hotequil/fish_classification

classification fish keras numpy python tensorflow

Last synced: 24 days ago
JSON representation

Identify the fish specie with Machine Learning.

Awesome Lists containing this project

README

        

# Fish Classification
Identify the fish specie with Machine Learning.

## Install dependencies
Use `pip install -r requirements.txt` to get dependencies.

## Train
Download the [fish_dataset.zip](https://drive.google.com/file/d/1loBkoDjv9sGeQ2osgjTnZ4hXOAIsvjVD/view?usp=sharing) folder to get files to train the model. Extract the ZIP file and put it in root folder.

## Start
Run `python -m main` to start code.