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

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)

Awesome Lists containing this project

README

        

# Dog breed prediction

![](screen.png)

- 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`