File size: 3,466 Bytes
393a1e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
site_name: Roboflow Inference
site_url: https://inference.roboflow.com/
site_author: Roboflow
site_description: With no prior knowledge of machine learning or device-specific deployment, you can deploy a computer vision model to a range of devices and environments using the Roboflow Inference Server.
repo_name: roboflow/inference
repo_url: https://github.com/roboflow/inference
edit_uri: https://github.com/roboflow/inference/tree/main/docs
copyright: Roboflow 2023. All rights reserved.

extra:
  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
  analytics:
    provider: google
    property: G-T0CED2YY8K
  version:
    default: 1.0

extra_css:
  - styles.css

nav:
  - Home:
    - Home: index.md
    - Get Started:
      - What is Inference?: quickstart/what_is_inference.md
      - What Devices Can I Use?: quickstart/devices.md
      - Run Your First Model: quickstart/run_a_model.md
      - Run a Fine-Tuned Model: quickstart/explore_models.md
    - Run a Model:
      - On an Image (Using HTTP): quickstart/http_inference.md
      - On an Image (Using SDK): quickstart/run_model_on_image.md
      - On a Video, Webcam or RTSP Stream: quickstart/run_model_on_rtsp_webcam.md
      - Over UDP: quickstart/run_model_over_udp.md
    - Use a Foundation Model:
      - What is a Foundation Model?: foundation/about.md
      - CLIP (Classification, Embeddings): foundation/clip.md
      - DocTR (OCR): foundation/doctr.md
      - Grounding DINO (Object Detection): foundation/grounding_dino.md
      - L2CS-Net (Gaze Detection): foundation/gaze.md
      - Segment Anything (Segmentation): foundation/sam.md
    - Integrate with Inference:
        - SDK Reference: inference_sdk/http_client.md
        - Collecting data without model: quickstart/stubs.md
    - Reference:
      - Model Licensing: quickstart/licensing.md
      - Model Device Compatability: quickstart/compatability_matrix.md
      - Install Inference with Docker: quickstart/docker.md
      - Docker Configuration Options: quickstart/docker_configuration_options.md
      - HTTP Inference: quickstart/http_inference.md
  - HTTP API Reference:
    - API Reference: api.md
    - Back to Quickstart: /quickstart/what_is_inference/
  - Contribute:
    - Contribute to Inference: contributing.md
  - Changelog: https://github.com/roboflow/inference/releases

theme:
  name: 'material'
  logo: https://media.roboflow.com/inference-icon.png
  favicon: https://media.roboflow.com/inference-icon.png
  font:
    text: Roboto
    code: Roboto Mono
  custom_dir: 'custom_theme'
  features:
    - navigation.top
    - navigation.tabs
    - navigation.tabs.sticky
    - navigation.prune
    - navigation.footer
    - navigation.tracking
    - navigation.instant
    - navigation.instant.progress
    - navigation.indexes
    - navigation.sections

plugins:
  - mkdocstrings
  - search
  - swagger-ui-tag

markdown_extensions:
  - admonition
  - pymdownx.details
  - pymdownx.superfences
  - attr_list
  - md_in_html
  - pymdownx.tabbed:
      alternate_style: true
  - toc:
      permalink: true

extra_javascript:
  - "https://widget.kapa.ai/kapa-widget.bundle.js"
  - "javascript/init_kapa_widget.js"