https://github.com/mannekeenpis/dog-breed-prediction
🐕 Dog breed prediction (Python/Cv2/Numpy/Streamlit/Keras)
https://github.com/mannekeenpis/dog-breed-prediction
Last synced: about 1 month ago
JSON representation
🐕 Dog breed prediction (Python/Cv2/Numpy/Streamlit/Keras)
- Host: GitHub
- URL: https://github.com/mannekeenpis/dog-breed-prediction
- Owner: mannekeenpis
- Created: 2022-03-06T11:35:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T14:50:41.000Z (about 3 years ago)
- Last Synced: 2025-03-14T14:08:32.547Z (about 2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dog breed prediction

- Python 3
- Cv2
- Numpy
- Streamlit
- Keras---
# Installation on Linux and Unix like OS
- `git clone https://github.com/lenargasimov/dog-breed-prediction.git`
- `cd dog-breed-prediction`
- `python3 -m pip install -r requirements.txt`
- `python3 main.py`# Instalation on Windows
- `git clone https://github.com/lenargasimov/dog-breed-prediction.git`
- `cd dog-breed-prediction`
- `python -m pip install -r requirements.txt`
- `python main.py`