android-ai-ml
Installation
SKILL.md
Android AI/ML (ML Kit, TFLite, MediaPipe, Gemini Nano)
Acknowledgement: Shared by Peter Bamuhigire, techguypeter.com, +256 784 464178.
Use When
- Adding on-device AI features to an Android app (OCR, face, barcode, language, pose, gestures)
- Shipping a custom TFLite model inside the APK for offline inference
- Using Gemini Nano on Pixel 8 Pro+ / Android 14+ for summarisation or rewriting
- Streaming cloud LLM tokens (Claude/GPT) into a Jetpack Compose UI
Do Not Use When
- The model needs to run cloud-side only — load
ai-llm-integrationinstead - Vision task is simple detection over static images — a plain
ImageAnalysismay suffice - iOS parity — load
ios-ai-mlfor CoreML/Vision/NaturalLanguage equivalents
Required Inputs
Related skills
More from peterbamuhigire/skills-web-dev
google-play-store-review
Google Play Store compliance and review readiness for Android apps. Use
80multi-tenant-saas-architecture
Use when designing or reviewing a multi-tenant SaaS platform — tenant
70jetpack-compose-ui
Jetpack Compose UI standards for beautiful, sleek, minimalistic Android
49gis-mapping
Use for web apps that need Leaflet-first GIS mapping, location selection,
49saas-accounting-system
Implement a complete double-entry accounting system inside any SaaS app.
47manual-guide
Generate end-user manuals and reference guides for ERP modules. Use when
41