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

https://github.com/jonad/dog_detection_app

Identify dog breeds using Convolutional Neural Network.
https://github.com/jonad/dog_detection_app

convolutional-neural-networks keras neural-network numpy opencv-python pandas resnet-50 scikitlearn-machine-learning transfer-learning vgg19

Last synced: 8 months ago
JSON representation

Identify dog breeds using Convolutional Neural Network.

Awesome Lists containing this project

README

          

## Convolutional Neural Networks
## Project: Write an Algorithm for a Dog Identification App

### Install

This project requires **Python 3.6** and the following Python libraries installed:
- [NumPy](http://www.numpy.org/)
- [Pandas](http://pandas.pydata.org/)
- [matplotlib](http://matplotlib.org/)
- [scikit-learn](http://scikit-learn.org/stable/)
- [keras](https://keras.io/backend/)

You will also need to have software installed to run and execute a [Jupyter Notebook](http://ipython.org/notebook.html)

### Run

In a terminal or command window, navigate to the top-level project directory `dogapp/` (that contains this README) and run one of the following commands:

```bash
ipython notebook dog_app.ipynb
```
or
```bash
jupyter notebook dog_app.ipynb
```

This will open the Jupyter Notebook software and project file in your browser.