Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 710 Bytes

Readme.md

File metadata and controls

21 lines (15 loc) · 710 Bytes

EDA AI Hub

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.

Projects

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)

Requirements

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