Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -16,6 +16,19 @@
|
|
| 16 |
> [!IMPORTANT]
|
| 17 |
> **Dexter** provides a straight line from your first API call to autonomous AI research loops and production endpoints. Designed for `Gemma-4-31B` and optimized for cheap, high-performance cloud GPUs.
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
## 🗂️ Ecosystem Structure
|
| 20 |
|
| 21 |
```text
|
|
|
|
| 16 |
> [!IMPORTANT]
|
| 17 |
> **Dexter** provides a straight line from your first API call to autonomous AI research loops and production endpoints. Designed for `Gemma-4-31B` and optimized for cheap, high-performance cloud GPUs.
|
| 18 |
|
| 19 |
+
## 🎮 The Dexter OS (Start Here!)
|
| 20 |
+
The easiest way to interact with the entire ecosystem, run labs, and manage your cloud swarm is through the interactive Dexter OS CLI.
|
| 21 |
+
|
| 22 |
+
```bash
|
| 23 |
+
# Clone the repository
|
| 24 |
+
git clone https://github.com/lyffseba/dexter.git
|
| 25 |
+
cd dexter
|
| 26 |
+
|
| 27 |
+
# Boot up the Dexter OS
|
| 28 |
+
python3 dexter_cli.py
|
| 29 |
+
```
|
| 30 |
+
*The OS will guide you through running the local Mojo labs and deploying the cloud inference endpoints automatically.*
|
| 31 |
+
|
| 32 |
## 🗂️ Ecosystem Structure
|
| 33 |
|
| 34 |
```text
|