Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timthedev07/dog-breed-recognition

Recognizing a dog's breed from an image.
https://github.com/timthedev07/dog-breed-recognition

ai machine-learning

Last synced: 5 days ago
JSON representation

Recognizing a dog's breed from an image.

Awesome Lists containing this project

README

        

# Dog Breed Recognition

This is a model used to classify a dog's breed out of 120 given breeds.

The model is trained on Google Colab using the dataset provided by Kaggle.

## Development Environment Setup

```bash
python -m venv env
source ./env/bin/activate.fish
pip install -r requirements.txt
```