metadata
pretty_name: MindsEye Android OS Data
license: mit
language:
- en
task_categories:
- text-generation
- question-answering
- text-classification
tags:
- mindseye
- android
- portfolio
- educational
- google-ai-challenge
- ai-automation
size_categories:
- 1K<n<10K
MindsEye Android OS Dataset
This dataset powers the MindsEye Android OS Hugging Face Space: an educational Android-style UI that presents 35+ MindsEye repositories as interactive apps.
Contents
apps/— 35 app definitions organized by categoryai-control/— controller schemas (system, navigation, recommendations)settings/— system + theme + permissions + AI behaviorfunctions/— app launcher, notifications, sync, search index, analytics trackermetadata/— categories, tags, connections graph, version infotutorials/— 5 educational lessonstools/— build utilities
App Categories
- Google Integration (6)
- Core System (7)
- Binary & Runtime (6)
- Protocol (7)
- MindScript (6)
- SQL & Cloud (3)
Total apps: 35
Expected App Schema (minimum)
Each app file contains:
id,name,category,versionicon,color,github_repodescription,features[]connections[]functions{}code_examples{}
How the Space Uses This Dataset
The Space loads JSON files directly from the dataset repository snapshot:
- enumerates category folders under
apps/ - renders Android-style launcher sections
- opens app detail views with connections + code examples
License
MIT License (see LICENSE).
Author
Peace Thabiwa (@PeacebinfLow)