Learn practical skills, build real-world projects, and advance your career

Classification of Different Species of Monkey

The objective of this project is to classify Monkeys of different species upon a set of images. The idea is to develop a model that could be able to predict accurately a given Monkey image using Convolutional Neural Networks. There are 10 classes for the project

!pip install jovian --upgrade --quiet
!pip install opendatasets --upgrade --quiet
import opendatasets as od
dataset_url = 'https://www.kaggle.com/slothkong/10-monkey-species'
od.download(dataset_url)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: nnaemekahillaryonah Your Kaggle Key: ··········
1%| | 6.00M/547M [00:00<00:09, 62.6MB/s]
Downloading 10-monkey-species.zip to ./10-monkey-species
100%|██████████| 547M/547M [00:02<00:00, 258MB/s]