EDA AI Hub is a playground for Exploratory Data Analysis (EDA), Machine Learning and Deep Learning projects (AI), using a common code base for multiple jupyter notebooks.
Refer to the available jupyter notebooks (*.ipynb
) for project details.
Sample projects included:
- DARWIN (Diagnosis Alzheimer's With Handwriting) (ML)
- Image Caption Generation using COCO dataset (DL)
- Adventure Works 2022 sports equipment sales and business information (DS)
We need to install all the required python modules.
This can be done by executing make requirements
in the base project folder.
cd $HOME/workspace/eda-hub
make requirements