PeacebinfLow's picture
Update README.md
feddad9 verified
---
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 category
- `ai-control/` — controller schemas (system, navigation, recommendations)
- `settings/` — system + theme + permissions + AI behavior
- `functions/` — app launcher, notifications, sync, search index, analytics tracker
- `metadata/` — categories, tags, connections graph, version info
- `tutorials/` — 5 educational lessons
- `tools/` — 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`, `version`
- `icon`, `color`, `github_repo`
- `description`, `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)