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: about 1 year ago
JSON representation
Identify the fish specie with Machine Learning.
- Host: GitHub
- URL: https://github.com/hotequil/fish_classification
- Owner: hotequil
- License: cc0-1.0
- Created: 2024-05-30T15:43:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T19:33:56.000Z (about 2 years ago)
- Last Synced: 2025-02-01T18:33:12.904Z (over 1 year ago)
- Topics: classification, fish, keras, numpy, python, tensorflow
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.