|
2 | 2 | title: "Examples Library" |
3 | 3 | --- |
4 | 4 |
|
| 5 | +## Laptop |
| 6 | + |
5 | 7 | <CardGroup cols={2}> |
6 | | - <Card title="Invoice Extractor Tool" icon="file-invoice" href="/examples/laptop-examples/invoice-extractor-tool-with-liquid-nanos"> |
7 | | - Turn invoices into structured JSON using a lightweight Vision Language Model. 100% local, no API costs. |
8 | | - </Card> |
9 | 8 |
|
10 | | - <Card title="Audio Transcription in Real-Time" icon="microphone" href="/examples/laptop-examples/audio-to-text-in-real-time"> |
11 | | - Build a real-time audio transcription CLI using LFM2-Audio-1.5B with llama.cpp. 100% local processing without internet connection. |
12 | | - </Card> |
| 9 | +<Card title="Invoice Extractor Tool" icon="file-invoice" href="/examples/laptop-examples/invoice-extractor-tool-with-liquid-nanos"> |
| 10 | + Turn invoices into structured JSON using a lightweight Vision Language Model. 100% local, no API costs. |
| 11 | +</Card> |
13 | 12 |
|
14 | | - <Card title="Car Maker Identification" icon="car" href="/examples/customize-models/car-maker-identification"> |
15 | | - Fine-tune LFM2-VL to identify car makers from images. Learn structured generation with Outlines and parameter-efficient fine-tuning with LoRA. |
16 | | - </Card> |
| 13 | +<Card title="Audio Transcription in Real-Time" icon="microphone" href="/examples/laptop-examples/audio-to-text-in-real-time"> |
| 14 | + Build a real-time audio transcription CLI using LFM2-Audio-1.5B with llama.cpp. 100% local processing without internet connection. |
| 15 | +</Card> |
17 | 16 |
|
18 | | - <Card title="English-Korean Translation" icon="globe" href="/examples/laptop-examples/lfm2-english-to-korean"> |
19 | | - Efficient bidirectional translation system powered by LFM2 1.2B fine-tuned for Korean-English translation with automatic language detection. |
20 | | - </Card> |
| 17 | +<Card title="English-Korean Translation" icon="globe" href="/examples/laptop-examples/lfm2-english-to-korean"> |
| 18 | + Efficient bidirectional translation system powered by LFM2 1.2B fine-tuned for Korean-English translation with automatic language detection. |
| 19 | +</Card> |
21 | 20 |
|
22 | | - <Card title="Flight Search Assistant" icon="plane-departure" href="/examples/laptop-examples/flight-search-assistant"> |
23 | | - Python CLI leveraging LFM2.5-1.2B-Thinking for multi-step reasoning and tool calling to find and book flights. |
24 | | - </Card> |
| 21 | +<Card title="Flight Search Assistant" icon="plane-departure" href="/examples/laptop-examples/flight-search-assistant"> |
| 22 | + Python CLI leveraging LFM2.5-1.2B-Thinking for multi-step reasoning and tool calling to find and book flights. |
| 23 | +</Card> |
25 | 24 |
|
26 | | - <Card title="Audio Car Cockpit Demo" icon="car" href="/examples/laptop-examples/audio-car-cockpit"> |
27 | | - Voice-controlled car cockpit interface combining LFM2.5-Audio-1.5B in TTS/STT modes with LFM2-1.2B-Tool. Real-time local processing. |
28 | | - </Card> |
| 25 | +<Card title="Audio Car Cockpit Demo" icon="car" href="/examples/laptop-examples/audio-car-cockpit"> |
| 26 | + Voice-controlled car cockpit interface combining LFM2.5-Audio-1.5B in TTS/STT modes with LFM2-1.2B-Tool. Real-time local processing. |
| 27 | +</Card> |
29 | 28 |
|
30 | | - <Card title="Meeting Summarization CLI" icon="users" href="/examples/laptop-examples/meeting-summarization"> |
31 | | - 100% local meeting summarization tool using LFM2-2.6B-Transcript and llama.cpp. No cloud services or API keys required. |
32 | | - </Card> |
| 29 | +<Card title="Meeting Summarization CLI" icon="users" href="/examples/laptop-examples/meeting-summarization"> |
| 30 | + 100% local meeting summarization tool using LFM2-2.6B-Transcript and llama.cpp. No cloud services or API keys required. |
| 31 | +</Card> |
33 | 32 |
|
34 | | - <Card title="Browser Control with GRPO" icon="browser" href="/examples/laptop-examples/browser-control"> |
35 | | - Train language models for web automation using reinforcement learning. Demonstrates GRPO fine-tuning with BrowserGym environments. |
36 | | - </Card> |
| 33 | +<Card title="Browser Control with GRPO" icon="browser" href="/examples/laptop-examples/browser-control"> |
| 34 | + Train language models for web automation using reinforcement learning. Demonstrates GRPO fine-tuning with BrowserGym environments. |
| 35 | +</Card> |
37 | 36 |
|
38 | | - <Card title="Product Slogan Generator" icon="sparkles" href="/examples/android/slogan-generator"> |
39 | | - Android app for single-turn generation of creative product slogans using local AI models. Built with traditional Android Views. |
40 | | - </Card> |
| 37 | +</CardGroup> |
41 | 38 |
|
42 | | - <Card title="Web Content Summarizer" icon="newspaper" href="/examples/android/web-content-summarizer"> |
43 | | - Share web pages from any browser to this Android app for instant AI-powered summarization. Complete privacy with local processing. |
44 | | - </Card> |
| 39 | +## Android |
45 | 40 |
|
46 | | - <Card title="Structured Recipe Generator" icon="utensils" href="/examples/android/recipe-generator-constrained-output"> |
47 | | - Generate recipes with guaranteed JSON structure using constrained generation. Demonstrates automatic model downloading with LeapSDK. |
48 | | - </Card> |
| 41 | +<CardGroup cols={2}> |
49 | 42 |
|
50 | | - <Card title="Vision Language Model Demo" icon="eye" href="/examples/android/vision-language-model-example"> |
51 | | - Analyze images and answer visual questions on Android using Vision Language Models. Built with Jetpack Compose and Coil. |
52 | | - </Card> |
| 43 | +<Card title="Product Slogan Generator" icon="sparkles" href="/examples/android/slogan-generator"> |
| 44 | + Android app for single-turn generation of creative product slogans using local AI models. Built with traditional Android Views. |
| 45 | +</Card> |
| 46 | + |
| 47 | +<Card title="Web Content Summarizer" icon="newspaper" href="/examples/android/web-content-summarizer"> |
| 48 | + Share web pages from any browser to this Android app for instant AI-powered summarization. Complete privacy with local processing. |
| 49 | +</Card> |
| 50 | + |
| 51 | +<Card title="Structured Recipe Generator" icon="utensils" href="/examples/android/recipe-generator-constrained-output"> |
| 52 | + Generate recipes with guaranteed JSON structure using constrained generation. Demonstrates automatic model downloading with LeapSDK. |
| 53 | +</Card> |
| 54 | + |
| 55 | +<Card title="Vision Language Model Demo" icon="eye" href="/examples/android/vision-language-model-example"> |
| 56 | + Analyze images and answer visual questions on Android using Vision Language Models. Built with Jetpack Compose and Coil. |
| 57 | +</Card> |
| 58 | + |
| 59 | +<Card title="AI Agents with Koog" icon="robot" href="/examples/android/leap-koog-agent"> |
| 60 | + Build intelligent AI agents on Android with the Koog framework. Demonstrates tool invocation, context management, and MCP integration. |
| 61 | +</Card> |
| 62 | + |
| 63 | +</CardGroup> |
| 64 | + |
| 65 | +## Web |
| 66 | + |
| 67 | +<CardGroup cols={2}> |
| 68 | + |
| 69 | +<Card title="Hand & Voice Racer" icon="gamepad" href="/examples/web/hand-voice-racer"> |
| 70 | + A browser driving game controlled with your hands and voice. MediaPipe tracks hand gestures for steering while LFM2.5-Audio-1.5B transcribes voice commands. Fully local, no server round-trips. |
| 71 | +</Card> |
| 72 | + |
| 73 | +<Card title="Audio Browser Demo" icon="waveform-lines" href="/examples/web/audio-webgpu-demo"> |
| 74 | + Run LFM2.5-Audio-1.5B entirely in the browser with WebGPU. Supports ASR, TTS, and interleaved audio-text conversations. No data sent to external servers. |
| 75 | +</Card> |
| 76 | + |
| 77 | +<Card title="Real-Time Video Captioning" icon="video" href="/examples/web/vl-webgpu-demo"> |
| 78 | + Real-time video captioning with LFM2.5-VL-1.6B running fully client-side via WebGPU and ONNX Runtime Web. No cloud inference required. |
| 79 | +</Card> |
| 80 | + |
| 81 | +</CardGroup> |
| 82 | + |
| 83 | +## Model Customization |
| 84 | + |
| 85 | +<CardGroup cols={2}> |
| 86 | + |
| 87 | +<Card title="Car Maker Identification" icon="car" href="/examples/customize-models/car-maker-identification"> |
| 88 | + Fine-tune LFM2-VL to identify car makers from images. Learn structured generation with Outlines and parameter-efficient fine-tuning with LoRA. |
| 89 | +</Card> |
53 | 90 |
|
54 | | - <Card title="AI Agents with Koog" icon="robot" href="/examples/android/leap-koog-agent"> |
55 | | - Build intelligent AI agents on Android with the Koog framework. Demonstrates tool invocation, context management, and MCP integration. |
56 | | - </Card> |
57 | 91 | </CardGroup> |
58 | 92 |
|
59 | 93 | ## Cannot find the example you need? |
|
0 commit comments