Skip to content

Commit be46473

Browse files
committed
Updated links and image paths
1 parent 57d6631 commit be46473

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/on-device-ai-goes-mainstream.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ image: /img/social/on-device-AI-on-Android.jpg
88
import Head from '@docusaurus/Head';
99

1010
# On‑Device AI Goes Mainstream on Android
11-
This article is a written recap of my [Droidcon Berlin 2025 talk](https://www.youtube.com/watch?v=jwOToFCQ41Y), so the focus is on Android and Mobile AI in the hands-on, practical part. You can [find the slides here](#) (slideshare/pdf link). In this talk, we explored why the shift towards Edge AI matters, especially for developers, and how developers can get started and what to .
11+
This article is a recap of my [Droidcon Berlin 2025 talk](https://www.youtube.com/watch?v=jwOToFCQ41Y), so the focus is on Android and Mobile AI in the hands-on, practical part. You can [find the slides here](#) (slideshare/pdf link).
12+
In the talk, we discussed why the shift towards Edge AI is so important - especially for Android developers - what opportunities it opens up, and how developers can start building with on-device AI today, and what to expect.
1213

1314
:::note
1415
**Note:** Edge AI may also be called **On-device AI**, **Mobile AI**, or **Local AI**.
@@ -24,7 +25,7 @@ Two megatrends are converging:
2425

2526
- **[Edge Computing](https://objectbox.io/dev-how-to/edge-computing-state-2025)** - Processing data where it is created, on the device, locally, at the egd of the network, is called "Edge Computing" and it is growing
2627
- **AI** - AI capabilities and use are expanding rapidly and without a need for further explanation
27-
<img src="/static/img/edge-ai/edge-ai.jpg" alt="Edge AI: Where Edge Computing and AI intersect" />
28+
<img src="/img/edge-ai/edge-ai.png" alt="Edge AI: Where Edge Computing and AI intersect" />
2829

2930
--> where these two trends overlap (at the intersection), it is called Edge AI (or local AI, on-device AI, or with regards to a subsection: "Mobile AI")
3031

@@ -36,18 +37,18 @@ The shift to Edge AI is driven by use cases that:
3637
* are not economically viable when using the cloud / a cloud AI
3738
* want to be sustainable
3839

39-
<img src="/static/img/edge-ai/edge-ai-benefits.jpg" alt="Edge AI drivers (benefits)" />
40+
<img src="/img/edge-ai/edge-ai-benefits.png" alt="Edge AI drivers (benefits)" />
4041

4142
If you're interested in the sustianability aspect, see also: [Why Edge Computing matters for a sustainable future](https://objectbox.io/why-do-we-need-edge-computing-for-a-sustainable-future/)
4243

4344
## Why it's not Edge AI vs. Cloud AI - the reality is hybrid AI
4445

4546
Of course, while we see a market shift towards Ede Computing, there is no Edge Computiung vs. Cloud Computing - the two complement each other and the question is mainly: How much edge does your use case need?
4647

47-
<img src="/static/img/edge-ai/cloud-to-edge-continuum.jpg" alt="Edge AI drivers (benefits)" />
48+
<img src="/img/edge-ai/cloud-to-edge-continuum.png" alt="Edge AI drivers (benefits)" />
4849

4950
Every shift in computing is empowered by core technologies
50-
<img src="/static/img/edge-ai/computing-shifts-empowered-by-core-tech.jpg" alt="Every shift in computing is empowered by core technologies" />
51+
<img src="/img/edge-ai/computing-shifts-empowered-by-core-tech.png" alt="Every shift in computing is empowered by core technologies" />
5152

5253
## What are the core technologies empowering Edge AI?
5354

@@ -58,7 +59,7 @@ Typically, Mobile AI apps need **three core components**:
5859
2. A [**vector database**](https://objectbox.io/vector-database/))
5960
3. **Data sync** for hybrid architectures ([Data Sync Alternatives](https://objectbox.io/data-sync-alternatives-offline-vs-online-solutions/))
6061

61-
<img src="/static/img/edge-ai/core-tech-enabling-edge-ai.jpg" alt="The core technologies empoewring Edge AI" />
62+
<img src="/img/edge-ai/core-tech-enabling-edge-ai.png" alt="The core technologies empoewring Edge AI" />
6263

6364

6465
## A look at AI models

0 commit comments

Comments
 (0)