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

ds100

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="ds100")
[jovian] Updating notebook "shaleenmalik62/ds100" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/shaleenmalik62/ds100
import os
from matplotlib import pyplot as plt
from PIL import Image
import numpy as np
import cv2