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

https://github.com/developer-students-clubs-mescoe/hacktoberfest_2021_image-identification

Create a simple image classifier to classify images of cats and dogs 🐢😸. Transfer Learning recommended.
https://github.com/developer-students-clubs-mescoe/hacktoberfest_2021_image-identification

hacktoberfest hacktoberfest2021 machine neural-network tensorflow

Last synced: about 2 months ago
JSON representation

Create a simple image classifier to classify images of cats and dogs 🐢😸. Transfer Learning recommended.

Awesome Lists containing this project

README

          

# Image-Identification
A simple image identification app using TensorFlow

## Functionalities

- Extract data using this link: 'https://storage.googleapis.com/mledu-datasets/cats_and_dogs_filtered.zip'
- create training, validation and testing data frames
- Perform proper visualization
- Perform Data Augmentation
- Select appropriate Tensorflow model
- Improve model accuracy

## How to contribute?

1. Fork this repository into your github account
2. Clone this project into your local machine.
`https://github.com/Developer-Students-Clubs-MESCOE/Image-Identification`
3. make a new branch.
`git checkout -b branch-name`
4. push your code into this branch.

`git add .`

`git commit -m "Your message here"`

`git push origin branch-name`
5. Make a Pull request

Run this program by importing it on Google Colab

The page will reload if you make edits.

Star this repo if you liked it :)