.
├── .github/workflows # CI/CD workflows
├── cfg # Config files for model_build and model_deploy
├── docker # Dockerfiles
├── experiment # Scripts and notebooks for exploration
├── scripts # Helper scripts to run jobs, pipeline, etc.
├── src # Source files for model_build and model_deploy
├── test # Testing scripts (e.g: unit, integration, load)
├── requirements.txt # Dependencies
├── .gitignore