Learn practical skills, build real-world projects, and advance your career
# Deep Learning with PyTorch

# Jovian Commit Essentials
# Please retain and execute this cell without modifying the contents for `jovian.commit` to work
!pip install jovian --upgrade -q
import jovian
jovian.set_project('flowers-identification')
jovian.set_colab_id('1UJ7sO6ZqV8DZI6bU_s7xR9NDETWbST8q')
#@title
!pip install jovian --upgrade -q
import jovian
jovian.set_project('flowers-identification')
jovian.set_colab_id('1UJ7sO6ZqV8DZI6bU_s7xR9NDETWbST8q')
#@title
!pip install jovian --upgrade --quiet
#@title
project_name='Flowers-Identification'

Artificial Intelligence is a very useful technique to digitize cognitive capabilities. A good AI use case would be identifying object using image recognition.

To start with my AI Journey, I am exploring flowers identification using Deep Learning.