A full-stack EDA analysis solution with log parsing, dashboards, and CI pipeline.
eda-log-analyzer/
: Python tool to parse EDA logseda-dashboard/
: Jupyter notebook to visualize parsed logseda-ci-pipeline/
: CI workflow with GitHub Actions and PyTest
cd eda-log-analyzer
python src/analyzer.py
cd ../eda-dashboard
jupyter notebook notebooks/dashboard.ipynb
cd ../eda-ci-pipeline
pytest