-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zenodo.json
More file actions
30 lines (30 loc) · 1.69 KB
/
Copy path.zenodo.json
File metadata and controls
30 lines (30 loc) · 1.69 KB
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
{
"title": "react-native-ai-gateway: on-device AI for React Native",
"description": "<p>A React Native TurboModule binding to the on-device AI frameworks both mobile platforms already ship: Apple Vision, NaturalLanguage, Speech and Foundation Models on iOS, and Google ML Kit including ML Kit GenAI on Android. Inference runs on the device; the package contains no network path, enforced by a build gate rather than asserted.</p><p>Its distinguishing concern is honest availability. Both platforms expose per-feature signals — ML Kit's <code>checkFeatureStatus()</code> and Apple's <code>SystemLanguageModel.availability</code> — and both are commonly discarded in favour of boolean flags reporting whether classes were linked rather than whether a device can run them. This package surfaces the platform signals directly, with a reason and a permanence distinction, so an application can tell "not yet" from "never here".</p><p>This release ships inference and routing code only: no weights, no training data, no representational schema of its own. The models it binds to are closed runtimes on proprietary hardware.</p>",
"upload_type": "software",
"license": "MIT",
"access_right": "open",
"creators": [
{
"name": "Aravind, Anivar A",
"orcid": "0009-0009-8995-0005"
}
],
"keywords": [
"on-device AI",
"small language models",
"react-native",
"turbomodule",
"edge inference",
"local-first",
"Apple Foundation Models",
"ML Kit GenAI"
],
"related_identifiers": [
{
"identifier": "https://www.npmjs.com/package/react-native-ai-gateway",
"relation": "isIdenticalTo",
"resource_type": "software"
}
]
}