Fruits Classification

This task intends to measure your deep learning basic skills. We will provide you a dataset containing 131 different fruits. Download it from this link, download it and upload it to your copy of this file

You have to implement a Convolutional Neural Network to classify the input fruit image. For this task, you must follow the following rules:

Loading the dataset

Training the model

Evaluating the model

Applying the model