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

##Adding some Essentials to connect notebook with jovian.ai

# 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.utils.colab.set_colab_file_id('1znGbjklEI3Lf_a_dC5QHilBSWHsbqFOJ')
!pip install jovian --upgrade --quiet
import jovian

##About the Dataset:
###Name: Malaria Cell Images Dataset
It contains cell images for Detecting Malaria.

dataset link:https://www.kaggle.com/iarunava/cell-images-for-detecting-malaria

Malaria is a life-threatening disease caused by parasites that are transmitted to people through the bites of infected female Anopheles mosquitoes.
In 2019, there were an estimated 229 million cases of malaria worldwide.
The estimated number of malaria deaths stood at 409,000 in 2019.
We are Going to use Deep Learning to solve the problem and to help our Doctors to Save humans by detecting Image Cells that contain Malaria or not!