/fish_classification

Identify the fish specie with Machine Learning.

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

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 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.