Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.6 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.6 KB

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.