Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hotequil/fish_classification
- Owner: hotequil
- License: cc0-1.0
- Created: 2024-05-30T15:43:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T19:33:56.000Z (5 months ago)
- Last Synced: 2024-05-31T20:54:22.607Z (5 months ago)
- Topics: classification, fish, keras, numpy, python, tensorflow
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- 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.