-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
109 lines (105 loc) · 3.28 KB
/
Copy pathmkdocs.yml
File metadata and controls
109 lines (105 loc) · 3.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
site_name: AI/CV Claude Skills
site_description: Production-ready skills framework for computer vision and deep learning projects
site_author: Enrique G. Ortiz
site_url: https://ortizeg.github.io/whet/
repo_url: https://github.com/ortizeg/whet
repo_name: ortizeg/whet
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_source: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- attr_list
- md_in_html
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quick-start.md
- First Project: getting-started/first-project.md
- Skills:
- Overview: skills/index.md
- Master Skill: skills/master-skill.md
- PyTorch Lightning: skills/pytorch-lightning.md
- Pydantic: skills/pydantic.md
- Code Quality: skills/code-quality.md
- Loguru: skills/loguru.md
- Pixi: skills/pixi.md
- Docker CV: skills/docker-cv.md
- Hydra Config: skills/hydra-config.md
- Testing: skills/testing.md
- Model Evaluation: skills/model-evaluation.md
- OpenCV: skills/opencv.md
- Matplotlib: skills/matplotlib.md
- PyPI: skills/pypi.md
- GitHub Actions: skills/github-actions.md
- GitHub Repo Setup: skills/github-repo-setup.md
- GCP: skills/gcp.md
- VS Code: skills/vscode.md
- Pre-commit: skills/pre-commit.md
- Weights & Biases: skills/wandb.md
- MLflow: skills/mlflow.md
- TensorBoard: skills/tensorboard.md
- Data Pipelines: skills/data-pipelines.md
- ONNX: skills/onnx.md
- TensorRT: skills/tensorrt.md
- Abstraction Patterns: skills/abstraction-patterns.md
- Library Review: skills/library-review.md
- FastAPI: skills/fastapi.md
- AWS SageMaker: skills/aws-sagemaker.md
- Hugging Face: skills/huggingface.md
- PydanticAI: skills/pydantic-ai.md
- Gradio: skills/gradio.md
- Kubernetes: skills/kubernetes.md
- Archetypes:
- Overview: archetypes/index.md
- PyTorch Training: archetypes/pytorch-training-project.md
- CV Inference Service: archetypes/cv-inference-service.md
- Research Notebook: archetypes/research-notebook.md
- Library Package: archetypes/library-package.md
- Data Pipeline: archetypes/data-processing-pipeline.md
- Model Zoo: archetypes/model-zoo.md
- Guides:
- Creating Projects: guides/creating-projects.md
- Adding Skills: guides/adding-skills.md
- Customization: guides/customization.md
- Best Practices: guides/best-practices.md
- Examples:
- Full Workflow: examples/full-workflow.md
- Common Patterns: examples/common-patterns.md