QuarksLab / README.md
TwoQuarks's picture
Update README.md
00085b4 verified
|
Raw
History Blame
597 Bytes
---
title: QuarksLab
emoji: "🧪"
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 4.44.1
python_version: 3.10.0
app_file: app.py
pinned: false
---
# TwoQuarks — QuarksLab (Interactive)
This is a Hugging Face Space intended to **run real, bounded experiments** from Three Quarks:
- **DOWN / AntiDown** (tabular experiments)
- **STRANGE / AntiStrange** (HypothesisLab swarm)
- **CHARM** (Enchanted Valley + CharmField)
## Run locally
```bash
pip install -r requirements.txt
python app.py
```
## Deploy to Hugging Face Spaces
Create a new Space (Gradio) and push this repository.