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

IMAGE CLASSIFICATION MODEL

The following model uses feed forward neural network,convolutional neural networks and a dataset from www.kaggle.com for image classification.

It's an image dataset where we have to predict the class of image. The data contains images of different fruits and we'll train the data to predict the images into their original classes.

!pip install opendatasets --upgrade --quiet
WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv
project_name='FRUITS'