Skip to content

sapirdeu/Cow-Identification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cow-Identification

The problem:

Given a picture of a cow, decide which cow from among a set of cows the picture represents, if any.

How it works:

A neural network is trained (using Keras) to construct a model that classifies cows (accuracy: >90%).

Installation:

Clone this repository to your local machine and run:

cd Cow-Identification
pip install Keras
pip3 install --upgrade tensorflow-gpu --user
python main.py

References:

Dataset: https://data.bris.ac.uk/data/dataset/10m32xl88x2b61zlkkgz3fml17

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published