-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (179 loc) · 10.5 KB
/
Copy pathindex.html
File metadata and controls
200 lines (179 loc) · 10.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Projects to share — Julia Edomskikh</title>
<meta name="description" content="Шесть рабочих data/AI-продуктов: что решает, одна ключевая цифра и ссылки на код и живую версию.">
<meta property="og:title" content="Projects to share — Julia Edomskikh">
<meta property="og:description" content="Шесть рабочих data/AI-продуктов: что решает, одна ключевая цифра и ссылки на код и живую версию.">
<meta property="og:image" content="https://brownjuly2003-code.github.io/proof-pack/og.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://brownjuly2003-code.github.io/proof-pack/">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='%23FFE500'/%3E%3Ctext x='16' y='23' font-family='Inter,sans-serif' font-size='20' font-weight='700' fill='%230a0a0a' text-anchor='middle'%3EJ%3C/text%3E%3C/svg%3E">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
:root{
--yellow:#FFE500;
--ink:#0a0a0a;
--ink-2:#3a3a2e;
--tab:"tnum" 1,"lnum" 1;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
font-family:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
background:var(--yellow);color:var(--ink);
font-size:16px;line-height:1.45;
-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
::selection{background:var(--ink);color:var(--yellow)}
.mono{font-family:'JetBrains Mono',ui-monospace,Consolas,monospace}
.num{font-variant-numeric:tabular-nums lining-nums;font-feature-settings:var(--tab)}
a{color:inherit;text-decoration:none}
.wrap{max-width:1180px;margin:0 auto;padding:0 30px}
/* ---------- Top bar ---------- */
.bar{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:14px 0 12px;font-size:13px}
.bar .who{font-weight:600;letter-spacing:-.01em}
.bar .who span{color:var(--ink-2);font-weight:500}
.bar .who span:before{content:" · "}
.bar a.lnk{font-family:'JetBrains Mono',monospace;font-size:11.5px}
.bar a.lnk:hover{background:var(--ink);color:var(--yellow)}
/* ---------- Hero ---------- */
.hero{padding:6px 0 18px}
.hero h1{font-size:clamp(34px,5.4vw,60px);line-height:.92;letter-spacing:-.045em;font-weight:700;margin:0}
.hero p{font-size:clamp(14px,1.4vw,16px);line-height:1.4;margin:10px 0 0;max-width:64ch;font-weight:500;color:var(--ink)}
/* ---------- Grid 3x2: rows divided by rules, no boxes ---------- */
.grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:34px;row-gap:0}
.card{padding:18px 0 16px;border-top:2px solid var(--ink);display:flex;flex-direction:column;min-width:0}
.card h2{font-size:20px;line-height:1.06;letter-spacing:-.02em;font-weight:700;margin:0 0 7px}
.card .lede{font-size:13.5px;line-height:1.4;margin:0;font-weight:500}
.metric{margin-top:auto;padding-top:14px}
.metric .val{font-size:clamp(30px,3.2vw,40px);line-height:1;letter-spacing:-.04em;font-weight:600;
display:flex;align-items:baseline;gap:5px}
.metric .val .u{font-size:.4em;font-weight:600;color:var(--ink-2)}
.metric .val .arr{font-size:.46em;font-weight:600;color:var(--ink-2);margin:0 1px}
.metric .lab{font-family:'JetBrains Mono',monospace;font-size:10.5px;line-height:1.45;color:var(--ink-2);margin-top:7px}
.metric .lab .s{font-weight:500;color:var(--ink);text-transform:uppercase;letter-spacing:.04em}
/* links — plain text, underline only */
.links{display:flex;gap:16px;margin-top:12px}
.links a{font-family:'JetBrains Mono',monospace;font-size:12px;font-weight:500}
.links a:hover{background:var(--ink);color:var(--yellow)}
.links .wake{font-family:'JetBrains Mono',monospace;font-size:10px;color:var(--ink-2);align-self:center}
/* stack — hover/focus reveal */
.stack{font-family:'JetBrains Mono',monospace;font-size:10px;line-height:1.5;color:var(--ink-2);
max-height:0;opacity:0;overflow:hidden;transition:max-height .2s ease,opacity .2s ease,margin-top .2s ease}
.card:hover .stack,.card:focus-within .stack{max-height:48px;opacity:1;margin-top:10px}
/* ---------- Footer ---------- */
.foot{margin-top:28px;padding:16px 0 18px;border-top:2px solid var(--ink);font-size:12.5px;font-weight:500;
display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.foot a:hover{background:var(--ink);color:var(--yellow)}
.foot .note{color:var(--ink-2);font-family:'JetBrains Mono',monospace;font-size:11px}
@media(max-width:880px){.grid{grid-template-columns:repeat(2,1fr);column-gap:26px}}
@media(max-width:560px){.grid{grid-template-columns:1fr}.bar{flex-direction:column;align-items:flex-start;gap:8px}}
@media(hover:none){.stack{max-height:none;opacity:1;margin-top:10px}}
</style>
</head>
<body>
<div class="wrap">
<header class="bar">
<div class="who">Julia Edomskikh <span>Senior Data Analyst / Data Engineer</span></div>
<a class="lnk" href="tests.html">Тесты и бенчмарки →</a>
</header>
<section class="hero">
<h1>Projects to share</h1>
<p>На каждый — что решает, ключевая цифра, ссылки на код и живую версию.</p>
</section>
<main class="grid">
<article class="card">
<h2>AgentFlow</h2>
<p class="lede">Контекст по сущности для AI-агента — за миллисекунды, а не за вчерашний DWH.</p>
<div class="metric">
<div class="val num">14<span class="u">ms</span></div>
<div class="lab">p50 entity lookup</div>
</div>
<div class="links">
<a href="https://github.com/brownjuly2003-code/agentflow" target="_blank" rel="noopener">GitHub ↗</a>
</div>
<div class="stack">FastAPI · DuckDB · sqlglot · Locust · OpenAPI 3.1</div>
</article>
<article class="card">
<h2>RAG Support Assistant</h2>
<p class="lede">Без ссылки это не ответ. Низкая уверенность — отказ и передача человеку.</p>
<div class="metric">
<div class="val num">0.99</div>
<div class="lab">citation accuracy</div>
</div>
<div class="links">
<a href="https://github.com/brownjuly2003-code/RAG_Support_Assistant" target="_blank" rel="noopener">GitHub ↗</a>
<a href="https://brownjuly2003-code.github.io/RAG_Support_Assistant/" target="_blank" rel="noopener">Docs ↗</a>
</div>
<div class="stack">Python · hybrid retrieval · rerank · mypy strict · Astro docs</div>
</article>
<article class="card">
<h2>AB Test Research Designer</h2>
<p class="lede">Research-design слой до платформы экспериментов — ловит статошибки до кнопки Launch.</p>
<div class="metric">
<div class="val num">5</div>
<div class="lab">проверок до запуска · SRM · sequential · CUPED · Bayesian · guardrails</div>
</div>
<div class="links">
<a href="https://github.com/brownjuly2003-code/ab-test-research-designer" target="_blank" rel="noopener">GitHub ↗</a>
<a href="https://liovina-ab-test-research-designer.hf.space" target="_blank" rel="noopener" title="Free-tier демо: первый запуск ~30с на прогрев">Live ↗</a>
<span class="wake">проснётся ~30с</span>
</div>
<div class="stack">FastAPI · React 19 · TypeScript · SQLite · Playwright E2E · 7 локалей</div>
</article>
<article class="card">
<h2>Auto BI</h2>
<p class="lede">Запрос текстом или раскладкой полей → готовый дашборд. LLM не пишет нативный формат BI.</p>
<div class="metric">
<div class="val num">1<span class="arr">→</span>2<span class="u">BI</span></div>
<div class="lab">Superset + DataLens, один spec</div>
</div>
<div class="links">
<a href="https://github.com/brownjuly2003-code/Auto_BI" target="_blank" rel="noopener">GitHub ↗</a>
</div>
<div class="stack">Python · pydantic IR · sqlglot · ClickHouse / Greenplum · Superset / DataLens</div>
</article>
<article class="card">
<h2>NL→SQL Assistant</h2>
<p class="lede">Вопрос на русском или английском → корректный SQL и ответ. Read-only, AST-guard.</p>
<div class="metric">
<div class="val num">94.0<span class="u">%</span></div>
<div class="lab">BIRD Mini-Dev · выше human-expert</div>
</div>
<div class="links">
<a href="https://github.com/brownjuly2003-code/NL_SQL" target="_blank" rel="noopener">GitHub ↗</a>
<a href="https://liovina-nl-sql.hf.space" target="_blank" rel="noopener" title="Free-tier демо: первый запуск ~30с на прогрев">Live ↗</a>
<span class="wake">проснётся ~30с</span>
</div>
<div class="stack">Python · 11-ступенчатый hybrid-пайплайн · sqlglot AST-guard · BIRD scoring</div>
</article>
<article class="card">
<h2>GraceKelly</h2>
<p class="lede">Одна модель ошибается уверенно. Несколько — спорят, и видно, где согласие.</p>
<div class="metric">
<div class="val num">1.00</div>
<div class="lab">unstable-claim detection</div>
</div>
<div class="links">
<a href="https://github.com/brownjuly2003-code/GraceKelly" target="_blank" rel="noopener">GitHub ↗</a>
<a href="https://brownjuly2003-code.github.io/GraceKelly/" target="_blank" rel="noopener">Docs ↗</a>
</div>
<div class="stack">Python · embedding-кластеризация · 5 adapters · mypy strict</div>
</article>
</main>
<footer class="foot">
<div>
<a href="mailto:uedomskikh@gmail.com">uedomskikh@gmail.com</a> ·
<a href="https://t.me/JuliaPhe" target="_blank" rel="noopener">@JuliaPhe</a> ·
<a href="https://github.com/brownjuly2003-code" target="_blank" rel="noopener">github.com/brownjuly2003-code</a>
</div>
</footer>
</div>
</body>
</html>