diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/02-image-classification.md b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/02-image-classification.md index cb34409d7f..56c3d8211e 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/02-image-classification.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/02-image-classification.md @@ -97,7 +97,7 @@ function MyComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/image-classification.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, result overlays, and latency tracking. +See [`src/app/(screens)/image-classification.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, result overlays, and latency tracking. ::: ## Output Format diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/03-object-detection.md b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/03-object-detection.md index 7037597398..90456dcbc3 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/03-object-detection.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/03-object-detection.md @@ -98,7 +98,7 @@ function MyComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/object-detection.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, bounding box overlays, and latency tracking. +See [`src/app/(screens)/object-detection.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, bounding box overlays, and latency tracking. ::: ## Output Format diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/04-pose-and-keypoints.md b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/04-pose-and-keypoints.md index 5d624f573a..1bd2d4c285 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/04-pose-and-keypoints.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/04-pose-and-keypoints.md @@ -98,7 +98,7 @@ function MyComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/keypoint-detection.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, skeleton keypoint overlays, and latency tracking. +See [`src/app/(screens)/keypoint-detection.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, skeleton keypoint overlays, and latency tracking. ::: ## Output Format diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/05-optical-character-recognition.md b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/05-optical-character-recognition.md index 474e4b474e..cc1c2358d9 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/05-optical-character-recognition.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/05-optical-character-recognition.md @@ -94,7 +94,7 @@ function MyComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/ocr.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, oriented text bounding boxes, and latency tracking. +See [`src/app/(screens)/ocr.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, oriented text bounding boxes, and latency tracking. ::: ## Output Format diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/06-semantic-segmentation.md b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/06-semantic-segmentation.md index acd361ba75..7f5ed7e696 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/06-semantic-segmentation.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/06-semantic-segmentation.md @@ -95,7 +95,7 @@ function MyComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/semantic-segmentation.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, custom colormap blending, and latency tracking. +See [`src/app/(screens)/semantic-segmentation.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, custom colormap blending, and latency tracking. ::: ## Output Format diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/07-instance-segmentation.md b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/07-instance-segmentation.md index 4101016e54..5f3e749002 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/07-instance-segmentation.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/07-instance-segmentation.md @@ -99,7 +99,7 @@ function MyComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/instance-segmentation.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, colored instance polygon overlays, and latency tracking. +See [`src/app/(screens)/instance-segmentation.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, colored instance polygon overlays, and latency tracking. ::: ## Output Format diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/08-style-transfer.md b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/08-style-transfer.md index e0dc63490c..06cdcfcb31 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/08-style-transfer.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/08-style-transfer.md @@ -96,7 +96,7 @@ function MyComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/style-transfer.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, side-by-side style comparisons, and latency tracking. +See [`src/app/(screens)/style-transfer.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with photo picker, side-by-side style comparisons, and latency tracking. ::: ## Output Format diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/09-image-embeddings.md b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/09-image-embeddings.md index 76d0056a64..5fe4da1058 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/09-image-embeddings.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/09-image-embeddings.md @@ -94,7 +94,7 @@ function MyComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/image-embeddings.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen combining image and text embeddings for real-time zero-shot photo ranking. +See [`src/app/(screens)/image-embeddings.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen combining image and text embeddings for real-time zero-shot photo ranking. ::: ## Output Format diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/10-text-to-image.md b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/10-text-to-image.md index 0174d85083..d999a08de5 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/10-text-to-image.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/10-text-to-image.md @@ -94,7 +94,7 @@ function MyComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/text-to-image.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with prompt suggestions, generation progress, and Skia canvas rendering. +See [`src/app/(screens)/text-to-image.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen with prompt suggestions, generation progress, and Skia canvas rendering. ::: ## Output Format diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/11-camera-integration.md b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/11-camera-integration.md index 0c37e0f62e..a3884e6e63 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/11-camera-integration.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/computer-vision/11-camera-integration.md @@ -193,7 +193,7 @@ Vision models predict spatial outputs—such as bounding boxes (object detection - **Coordinate Remapping**: Mapping normalized or pixel `(x, y)` coordinates from the cropped tensor space back onto the visible camera viewport coordinates. :::tip Reference Implementation in Gallery App -See [`src/app/(screens)/realtime-object-detection.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete reference implementation of viewport coordinate transforms, orientation normalization, and real-time visual overlays. +See [`src/app/(screens)/realtime-object-detection.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete reference implementation of viewport coordinate transforms, orientation normalization, and real-time visual overlays. ::: ## Performance & Best Practices diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/natural-language/02-llm-chat-and-generation.md b/docs/versioned_docs/version-0.10.0/02-extensions/natural-language/02-llm-chat-and-generation.md index d2f472d510..55614b1139 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/natural-language/02-llm-chat-and-generation.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/natural-language/02-llm-chat-and-generation.md @@ -114,7 +114,7 @@ function MyChatComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/llm-chat.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable chat UI with token streaming, token/sec benchmarking, and message history. +See [`src/app/(screens)/llm-chat.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable chat UI with token streaming, token/sec benchmarking, and message history. ::: ## Understanding the Output & Turn Result diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/natural-language/03-text-embeddings.md b/docs/versioned_docs/version-0.10.0/02-extensions/natural-language/03-text-embeddings.md index 37a3cb363e..668326e3f7 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/natural-language/03-text-embeddings.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/natural-language/03-text-embeddings.md @@ -95,7 +95,7 @@ function MyComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/image-embeddings.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen combining text and image embeddings for real-time cross-modal search. +See [`src/app/(screens)/image-embeddings.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen combining text and image embeddings for real-time cross-modal search. ::: ## Output Format diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/natural-language/04-privacy-filter.md b/docs/versioned_docs/version-0.10.0/02-extensions/natural-language/04-privacy-filter.md index 7c23cc6bd8..83d80ab51b 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/natural-language/04-privacy-filter.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/natural-language/04-privacy-filter.md @@ -95,7 +95,7 @@ function MyComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/privacy-filter.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for an interactive redaction demo with highlighted spans and entity replacement. +See [`src/app/(screens)/privacy-filter.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for an interactive redaction demo with highlighted spans and entity replacement. ::: ## Output Format diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/speech/02-text-to-speech.md b/docs/versioned_docs/version-0.10.0/02-extensions/speech/02-text-to-speech.md index 0f90230cb1..76c8c4e2cf 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/speech/02-text-to-speech.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/speech/02-text-to-speech.md @@ -109,7 +109,7 @@ function SpeechComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/text-to-speech.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen featuring voice selection, buffer queue streaming, Time-to-First-Audio (TTFA) benchmarking, and live waveform visualization. +See [`src/app/(screens)/text-to-speech.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen featuring voice selection, buffer queue streaming, Time-to-First-Audio (TTFA) benchmarking, and live waveform visualization. ::: ## Output Format diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/speech/03-speech-to-text.md b/docs/versioned_docs/version-0.10.0/02-extensions/speech/03-speech-to-text.md index 71ef2fec79..8813070061 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/speech/03-speech-to-text.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/speech/03-speech-to-text.md @@ -121,7 +121,7 @@ function TranscriptionComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/speech-to-text.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen featuring microphone controls, live audio streaming, and animated transcription UI. +See [`src/app/(screens)/speech-to-text.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen featuring microphone controls, live audio streaming, and animated transcription UI. ::: ## Output Format & Live Streaming diff --git a/docs/versioned_docs/version-0.10.0/02-extensions/speech/04-voice-activity-detection.md b/docs/versioned_docs/version-0.10.0/02-extensions/speech/04-voice-activity-detection.md index d0ac9b9618..36b69157c2 100644 --- a/docs/versioned_docs/version-0.10.0/02-extensions/speech/04-voice-activity-detection.md +++ b/docs/versioned_docs/version-0.10.0/02-extensions/speech/04-voice-activity-detection.md @@ -119,7 +119,7 @@ function VadComponent() { ``` :::tip Full Interactive Example in Gallery App -See [`src/app/(screens)/voice-activity-detection.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen featuring microphone controls, real-time speech indicators, and live audio streaming. +See [`src/app/(screens)/voice-activity-detection.tsx`]() in the [React Native ExecuTorch Gallery](https://github.com/software-mansion-labs/react-native-executorch-gallery) for a complete, runnable screen featuring microphone controls, real-time speech indicators, and live audio streaming. ::: ## Live Microphone Streaming