This project contains AI and Data Science projects that analyses disease classification from images, forecasting, and EDA report of the pandemic.
This project is entirely carried out in python. The project is carried out in conda environment in Windows 10. Use the following command to install the packages in Windows 10: conda env create -f environment.yml
. Note that the environment.yml file is for Windows operating system only.
Up till now this repo contains one project i.e. project to detect COVID19 from X-Rays. covid19_image_detection
contains that project.