Skip to content

Instantly share code, notes, and snippets.

@sofianhamiti
Last active September 21, 2022 22:05
Show Gist options
  • Save sofianhamiti/d391194d6adc6359d67a4912d5c0af62 to your computer and use it in GitHub Desktop.
Save sofianhamiti/d391194d6adc6359d67a4912d5c0af62 to your computer and use it in GitHub Desktop.
.
├── .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
├── LICENSE 
└── README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment