Spaces:
Running
Running
Update HakkoLab org card: banner + branded landing + research link
Browse files- README.md +9 -6
- banner.svg +58 -0
- index.html +31 -18
- style.css +30 -24
README.md
CHANGED
|
@@ -8,11 +8,12 @@ pinned: false
|
|
| 8 |
short_description: AI research lab of HakkoAI — companions & world models
|
| 9 |
---
|
| 10 |
|
| 11 |
-
<
|
|
|
|
|
|
|
| 12 |
|
| 13 |
<p align="center">
|
| 14 |
-
<b>The AI research lab of HakkoAI</b>
|
| 15 |
-
Emotionally intelligent companions today · world models & embodied agents next
|
| 16 |
</p>
|
| 17 |
|
| 18 |
<p align="center">
|
|
@@ -48,9 +49,11 @@ We study how interactive, emotional, multimodal experience can be modeled, predi
|
|
| 48 |
|
| 49 |
> We draw inspiration from work such as **WHAM** (game-play → world model) and **V-JEPA 2** (video → world model → robot control), and we're exploring how companion-scale interaction can push these directions further.
|
| 50 |
|
| 51 |
-
##
|
|
|
|
|
|
|
| 52 |
|
| 53 |
-
|
| 54 |
|
| 55 |
## Connect
|
| 56 |
|
|
@@ -80,6 +83,6 @@ This organization is new — we're just getting started. Over time we plan to sh
|
|
| 80 |
|
| 81 |
> 我们从 **WHAM**(游戏数据 → 世界模型)与 **V-JEPA 2**(视频 → 世界模型 → 机器人控制)等工作中汲取灵感,并探索"陪伴级交互数据"能把这些方向推进多远。
|
| 82 |
|
| 83 |
-
**
|
| 84 |
|
| 85 |
🌐 [hakko.ai](https://hakko.ai) · 📱 HakkoAI(海外)/ 逗逗(中国)—— iOS · Android · PC · 🤝 我们在招人 —— 通过 [hakko.ai](https://hakko.ai) 联系我们
|
|
|
|
| 8 |
short_description: AI research lab of HakkoAI — companions & world models
|
| 9 |
---
|
| 10 |
|
| 11 |
+
<p align="center">
|
| 12 |
+
<img src="https://huggingface.co/spaces/HakkoLab/README/resolve/main/banner.svg" alt="HakkoLab — the AI research lab of HakkoAI" width="100%">
|
| 13 |
+
</p>
|
| 14 |
|
| 15 |
<p align="center">
|
| 16 |
+
<b>The AI research lab of HakkoAI</b> · emotionally intelligent companions today · world models & embodied agents next
|
|
|
|
| 17 |
</p>
|
| 18 |
|
| 19 |
<p align="center">
|
|
|
|
| 49 |
|
| 50 |
> We draw inspiration from work such as **WHAM** (game-play → world model) and **V-JEPA 2** (video → world model → robot control), and we're exploring how companion-scale interaction can push these directions further.
|
| 51 |
|
| 52 |
+
## Research & releases
|
| 53 |
+
|
| 54 |
+
📄 **[world-model-research](https://huggingface.co/HakkoLab/world-model-research)** — our first public bundle: a survey of world-model & embodied-AI methods, latent-action notes, and a training / robotics-transfer plan. The starting point for everything above.
|
| 55 |
|
| 56 |
+
More model cards, datasets, demos and Spaces will follow. **Follow HakkoLab** to track what we publish.
|
| 57 |
|
| 58 |
## Connect
|
| 59 |
|
|
|
|
| 83 |
|
| 84 |
> 我们从 **WHAM**(游戏数据 → 世界模型)与 **V-JEPA 2**(视频 → 世界模型 → 机器人控制)等工作中汲取灵感,并探索"陪伴级交互数据"能把这些方向推进多远。
|
| 85 |
|
| 86 |
+
**研究与发布** 📄 **[world-model-research](https://huggingface.co/HakkoLab/world-model-research)** —— 我们的首个公开 bundle:世界模型与具身智能方法综述、潜在动作笔记、训练 / 机器人迁移规划,是以上一切的起点。更多模型卡、数据集、Demo 与 Spaces 陆续上线。**关注 HakkoLab**,第一时间看到我们的发布。
|
| 87 |
|
| 88 |
🌐 [hakko.ai](https://hakko.ai) · 📱 HakkoAI(海外)/ 逗逗(中国)—— iOS · Android · PC · 🤝 我们在招人 —— 通过 [hakko.ai](https://hakko.ai) 联系我们
|
banner.svg
ADDED
|
|
index.html
CHANGED
|
@@ -1,19 +1,32 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
</html>
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
+
<title>HakkoLab — AI research lab of HakkoAI</title>
|
| 7 |
+
<meta name="description" content="The AI research lab of HakkoAI. World models, embodied agents, and emotionally intelligent companions.">
|
| 8 |
+
<link rel="stylesheet" href="style.css">
|
| 9 |
+
</head>
|
| 10 |
+
<body>
|
| 11 |
+
<main class="wrap">
|
| 12 |
+
<div class="card">
|
| 13 |
+
<img class="banner" src="banner.svg" alt="HakkoLab — the AI research lab of HakkoAI">
|
| 14 |
+
<h1>The AI research lab of HakkoAI</h1>
|
| 15 |
+
<p class="tag">
|
| 16 |
+
<b>HakkoLab</b> builds emotionally intelligent AI companions — <b>HakkoAI</b> (global) and
|
| 17 |
+
<b>逗逗 / Doudou</b> (China) — and turns that interactive experience into research on
|
| 18 |
+
<b>world models</b> and <b>embodied agents</b>.
|
| 19 |
+
</p>
|
| 20 |
+
<div class="row">
|
| 21 |
+
<a class="btn primary" href="https://huggingface.co/HakkoLab" target="_top" rel="noopener">↗ Organization profile</a>
|
| 22 |
+
<a class="btn" href="https://huggingface.co/HakkoLab/world-model-research" target="_top" rel="noopener">🧠 World-model research</a>
|
| 23 |
+
<a class="btn" href="https://hakko.ai" target="_top" rel="noopener">🌐 hakko.ai</a>
|
| 24 |
+
</div>
|
| 25 |
+
<p class="foot">
|
| 26 |
+
This page hosts the <a href="https://huggingface.co/HakkoLab" target="_top" rel="noopener">HakkoLab</a>
|
| 27 |
+
organization card. © HakkoAI PTE LTD.
|
| 28 |
+
</p>
|
| 29 |
+
</div>
|
| 30 |
+
</main>
|
| 31 |
+
</body>
|
| 32 |
</html>
|
style.css
CHANGED
|
@@ -1,28 +1,34 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
}
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
margin-bottom: 10px;
|
| 15 |
-
margin-top: 5px;
|
| 16 |
}
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
.card p:last-child {
|
| 27 |
-
margin-bottom: 0;
|
| 28 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
:root{
|
| 2 |
+
--bg:#f5f6f8; --card:#fff; --ink:#1c2228; --muted:#8a929c;
|
| 3 |
+
--line:#e7eaee; --accent:#ff7849; --accent-ink:#d6451a;
|
| 4 |
}
|
| 5 |
+
*{box-sizing:border-box}
|
| 6 |
+
html,body{margin:0;padding:0}
|
| 7 |
+
body{
|
| 8 |
+
background:var(--bg);
|
| 9 |
+
color:var(--ink);
|
| 10 |
+
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
|
| 11 |
+
-webkit-font-smoothing:antialiased;
|
| 12 |
+
display:flex; min-height:100vh; align-items:center; justify-content:center;
|
| 13 |
+
padding:32px 20px;
|
| 14 |
}
|
| 15 |
+
.wrap{width:100%; max-width:760px}
|
| 16 |
+
.card{
|
| 17 |
+
background:var(--card); border:1px solid var(--line); border-radius:18px;
|
| 18 |
+
padding:28px 30px 30px; box-shadow:0 1px 2px rgba(28,34,40,.04),0 12px 32px rgba(28,34,40,.06);
|
|
|
|
|
|
|
| 19 |
}
|
| 20 |
+
.banner{display:block; width:100%; height:auto; border-radius:12px; border:1px solid var(--line)}
|
| 21 |
+
h1{font-size:22px; margin:22px 0 4px; letter-spacing:-.2px}
|
| 22 |
+
.tag{color:var(--muted); margin:0 0 18px; font-size:15px; line-height:1.55}
|
| 23 |
+
.tag b{color:var(--ink); font-weight:600}
|
| 24 |
+
.row{display:flex; flex-wrap:wrap; gap:10px; margin-top:4px}
|
| 25 |
+
.btn{
|
| 26 |
+
display:inline-flex; align-items:center; gap:7px;
|
| 27 |
+
padding:10px 16px; border-radius:10px; text-decoration:none; font-size:14px; font-weight:600;
|
| 28 |
+
border:1px solid var(--line); color:var(--ink); background:#fff; transition:.15s;
|
|
|
|
|
|
|
| 29 |
}
|
| 30 |
+
.btn:hover{border-color:#d7dbe0; transform:translateY(-1px)}
|
| 31 |
+
.btn.primary{background:var(--accent); border-color:var(--accent); color:#fff}
|
| 32 |
+
.btn.primary:hover{background:var(--accent-ink); border-color:var(--accent-ink)}
|
| 33 |
+
.foot{margin-top:20px; padding-top:16px; border-top:1px solid var(--line); color:var(--muted); font-size:12.5px}
|
| 34 |
+
.foot a{color:var(--accent-ink); text-decoration:none}
|