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

Predicting the stage of Alzheimer from the image -

This project is made as a part of Jovian's "Deep Learning with PyTorch: Zero to GANs". This model is used for predicting the stage of the Alzheimer the patient is going through -

from fastai.vision.all import *
import os
import PIL
import numpy as np
import pandas as pd
# Project name used for jovian.commit
project_name = 'course-project'
!pip install jovian --upgrade --quiet
WARNING: You are using pip version 20.3.1; however, version 20.3.3 is available. You should consider upgrading via the '/opt/conda/bin/python3.7 -m pip install --upgrade pip' command.