Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/timthedev07/dog-breed-recognition
- Owner: timthedev07
- Created: 2022-08-08T20:27:31.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-13T23:11:31.000Z (over 2 years ago)
- Last Synced: 2023-03-10T07:34:41.058Z (almost 2 years ago)
- Topics: ai, machine-learning
- Language: Python
- Homepage: http://dog-breed-recognition-demo.herokuapp.com/
- Size: 10.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```