-
Notifications
You must be signed in to change notification settings - Fork 138
/
mkdocs.yml
195 lines (188 loc) · 7.33 KB
/
mkdocs.yml
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
site_name: Roboflow Inference
site_url: https://inference.roboflow.com/
site_author: Roboflow
site_description: Scalable, on-device computer vision deployment.
repo_name: roboflow/inference
repo_url: https://github.com/roboflow/inference
edit_uri: https://github.com/roboflow/inference/tree/main/docs
copyright: Roboflow 2025. All rights reserved.
extra:
analytics:
provider: google
property: G-T0CED2YY8K
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/roboflow
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/roboflow
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/roboflow-ai/mycompany/
- icon: fontawesome/brands/twitter
link: https://twitter.com/roboflow
version:
default: 1.0
extra_css:
- styles.css
- styles/cookbooks.css
nav:
- Models:
- Run a Model: quickstart/run_a_model.md
- From Local Weights: models/from_local_weights.md
- Predict on an Image Over HTTP: quickstart/run_model_on_image.md
- Predict on a Video, Webcam or RTSP Stream: quickstart/run_model_on_rtsp_webcam.md
- 'Fine-Tuned Models':
- quickstart/explore_models.md
- YOLOv11: fine-tuned/yolov11.md
- YOLOv10: fine-tuned/yolov10.md
- YOLOv9: fine-tuned/yolov9.md
- YOLOv8: fine-tuned/yolov8.md
- YOLOv7: fine-tuned/yolov7.md
- YOLOv5: fine-tuned/yolov5.md
- YOLO-NAS: fine-tuned/yolonas.md
- 'Pre-Trained Models': quickstart/aliases.md
- 'Universe Models': quickstart/load_from_universe.md
- 'Foundation Models':
- foundation/about.md
- CLIP (Classification, Embeddings): foundation/clip.md
- CogVLM (Multimodal Language Model): foundation/cogvlm.md
- DocTR (OCR): foundation/doctr.md
- Florence-2: foundation/florence2.md
- TrOCR (OCR): foundation/trocr.md
- Grounding DINO (Object Detection): foundation/grounding_dino.md
- L2CS-Net (Gaze Detection): foundation/gaze.md
- PaliGemma: foundation/paligemma.md
- Segment Anything (Segmentation): foundation/sam.md
- Segment Anything 2 (Segmentation): foundation/sam2.md
- YOLO-World (Object Detection): foundation/yolo_world.md
- OwlV2 (Object Detection): foundation/owlv2.md
- Deploy a Model:
- Configure Your Deployment: https://roboflow.github.io/deploy-setup-widget/results.html
- How Do I Run Inference?: quickstart/inference_101.md
- What Devices Can I Use?: quickstart/devices.md
- Retrieve Your API Key: quickstart/configure_api_key.md
- Model Licenses: https://roboflow.com/licensing
- Workflows:
- About Workflows: workflows/about.md
- User Guide:
- Ecosystem: workflows/understanding.md
- Create And Run: workflows/create_and_run.md
- Blocks Overview: workflows/blocks_connections.md
- Running Workflows: workflows/modes_of_running.md
- Dynamic Python Blocks: workflows/custom_python_code_blocks.md
- Video Processing: workflows/video_processing/overview.md
- Examples: workflows/gallery/
- Block Gallery: workflows/blocks/
- Developer Guide:
- Workflows Definitions: workflows/definitions.md
- Workflow Execution: workflows/workflow_execution.md
- Kinds: workflows/kinds/
- Compiler: workflows/workflows_compiler.md
- Execution Engine: workflows/workflows_execution_engine.md
- Block Creation: workflows/create_workflow_block.md
- Block Bundling: workflows/blocks_bundling.md
- Data Representations: workflows/internal_data_types.md
- Versioning: workflows/versioning.md
- Testing: workflows/testing.md
- Schema API: workflows/schema_api.md
- Changelog: workflows/execution_engine_changelog.md
- Reference:
- Roboflow Ecosystem: quickstart/roboflow_ecosystem.md
- InferencePipeline: using_inference/inference_pipeline.md
- Python SDK:
- inference_helpers/inference_sdk.md
- Reference: reference/inference_sdk/
- Command Line Interface:
- About CLI: inference_helpers/inference_cli.md
- Control The Server: inference_helpers/cli_commands/server.md
- Run Workflows: inference_helpers/cli_commands/workflows.md
- Benchmark Inference: inference_helpers/cli_commands/benchmark.md
- Make Predictions: inference_helpers/cli_commands/infer.md
- Deploy To Cloud: inference_helpers/cli_commands/cloud.md
- Reference: reference/inference_cli/
- inference Python Package: reference/inference/
- Active Learning:
- Use Active Learning: enterprise/active-learning/active_learning.md
- Sampling Strategies:
- Random Sampling: enterprise/active-learning/random_sampling.md
- Detection Number: enterprise/active-learning/detection_number.md
- Close to Threshold Sampling: enterprise/active-learning/close_to_threshold_sampling.md
- Classes Based: enterprise/active-learning/classes_based.md
- Enterprise Features:
- Parallel HTTP API: enterprise/parallel_processing.md
- Stream Management API: enterprise/stream_management_api.md
- Server Configuration:
- Running With Docker: quickstart/docker.md
- Docker Configuration Options: quickstart/docker_configuration_options.md
- Environmental variables: server_configuration/environmental_variables.md
- Security of input formats: server_configuration/accepted_input_formats.md
- Service telemetry: server_configuration/service_telemetry.md
- Install “bare metal” Inference GPU on Windows: quickstart/inference_gpu_windows.md
- Contribute to Inference: contributing.md
- Changelog: https://github.com/roboflow/inference/releases
- Cookbooks: cookbooks.md
theme:
name: 'material'
logo: roboflow-logomark-white.svg
favicon: favicon.png
custom_dir: docs/theme
font:
text: Inter
code: ui-monospace
features:
- announce.dismiss
- content.action.edit
- content.code.copy
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.preview
- navigation.instant.progress
- navigation.prune
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- optimize
- search.share
- search.suggest
- toc.follow
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
primary: 'custom'
plugins:
- mkdocstrings:
handlers:
python:
paths: [.]
- search
- swagger-ui-tag
- mkdocs-jupyter
- ezlinks
- social
- gen-files:
scripts:
- docs/scripts/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
implicit_index: True
- macros:
include_dir: docs/include
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
extra_javascript:
- "https://cdnjs.cloudflare.com/ajax/libs/dompurify/3.0.8/purify.min.js"
- 'javascript/init_kapa_widget.js'
- 'javascript/cookbooks.js'
- 'javascript/workflows.js'