Skip to content

A model to automatically identify and classify animals in images. It's implemented using transfer learning from pre-trained weights of EfficientNet B7. It has an average accuracy of 86%.

License

Notifications You must be signed in to change notification settings

o-richard/animal-detection-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animal detection model

A model to automatically identify and classify animals in images. It is trained on the Animals Detection Images Dataset from Kaggle. It relies on the pre-trained weights of EfficientNet B7.

Results on Kaggle

The notebook on Kaggle can be viewed on https://www.kaggle.com/code/richardodhiambo/animal-detection-model

Accuracy Curve Loss Curve Performance on the Test Set

Dependencies versions

  1. Tensorflow - 2.14.0
  2. Numpy - 1.23.5
  3. Pandas - 1.5.3

Impelemntation

Transfer learning from pre-trained weights of EfficientNet B7

Credits

License

This project is licensed under the MIT License.

About

A model to automatically identify and classify animals in images. It's implemented using transfer learning from pre-trained weights of EfficientNet B7. It has an average accuracy of 86%.

Topics

Resources

License

Stars

Watchers

Forks

Languages