Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
title: Mindseye Android Os
|
| 3 |
emoji: 📈
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.2.0
|
| 8 |
app_file: app.py
|
|
@@ -11,4 +11,26 @@ license: mit
|
|
| 11 |
short_description: Educational Android-style OS showcasing 35+ AI automation re
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Mindseye Android Os
|
| 3 |
emoji: 📈
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.2.0
|
| 8 |
app_file: app.py
|
|
|
|
| 11 |
short_description: Educational Android-style OS showcasing 35+ AI automation re
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# MindsEye Android OS
|
| 15 |
+
|
| 16 |
+
Educational Android-style simulation that presents 35+ AI automation repositories as “apps”.
|
| 17 |
+
|
| 18 |
+
## Dataset
|
| 19 |
+
|
| 20 |
+
This Space loads app definitions and metadata from:
|
| 21 |
+
|
| 22 |
+
- `PeacebinfLow/mindseye-android-os-data`
|
| 23 |
+
|
| 24 |
+
The dataset is a **file-based JSON dataset repo** (folders of JSON), loaded via `huggingface_hub.snapshot_download`.
|
| 25 |
+
|
| 26 |
+
## Features
|
| 27 |
+
|
| 28 |
+
- Android-style launcher grid
|
| 29 |
+
- App detail view (overview, functions, connections)
|
| 30 |
+
- Search across apps
|
| 31 |
+
- Tutorials / lessons view
|
| 32 |
+
- Home / Back / Recents navigation
|
| 33 |
+
|
| 34 |
+
## Author
|
| 35 |
+
|
| 36 |
+
Peace Thabiwa (PeacebinfLow)
|