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

https://github.com/aleksandarbuk/dogvision

Neural Networks dog breed classifier model developed on Google Collab from Kaggle Dog Breed Identificator dataset.
https://github.com/aleksandarbuk/dogvision

google-colab tensorflow tensorflow-hub

Last synced: about 2 months ago
JSON representation

Neural Networks dog breed classifier model developed on Google Collab from Kaggle Dog Breed Identificator dataset.

Awesome Lists containing this project

README

        

# Dog Breed Classifier

This is a dog breed classifier neural networks model that was developed using the dataset from the Kaggle competition [Dog Breed Identification](https://www.kaggle.com/c/dog-breed-identification).

## Overview

I created this model as a late submission to test its accuracy in identifying dog breeds. The project utilizes various tools and technologies to build a neural network for dog breed classification.

## Tools Used

The following tools and libraries were used in the development of this model:

- TensorFlow
- Keras
- TensorFlow Hub
- Matplotlib
- NumPy
- Pandas
- Flask (for deploying the model)
- Google Cloud (for model training)

## Google Colab

The initial development and training of this model were done on Google Colab. You can find the Colab notebook in the repository, which details the model's architecture and training process.

## Link to Google Colab:
* https://colab.research.google.com/drive/123imCLNR11obedYVACASwUQhT2RvLDqX?usp=sharing

## How to Use

If you would like to try out this model locally or deploy it on your own, you can follow the instructions in the documentation or source code. Feel free to reach out for any questions or feedback.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---

**Note:** The deployed model link is currently unavailable.