Nitishkumar-ai commited on
Commit
3ccac52
·
verified ·
1 Parent(s): 945d42a

Redesign org card: dark premium theme

Browse files
Files changed (1) hide show
  1. README.md +351 -122
README.md CHANGED
@@ -7,176 +7,405 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- <div style="max-width: 860px; margin: 0 auto; font-family: system-ui, sans-serif; color: #1a1a2e; padding: 16px;">
11
-
12
- <!-- Header -->
13
- <div style="text-align: center; padding: 40px 0 28px;">
14
- <h1 style="font-size: 2rem; font-weight: 700; margin: 0 0 8px;">Inmodel Labs</h1>
15
- <p style="font-size: 1.05rem; color: #555; max-width: 560px; margin: 0 auto; line-height: 1.6;">
16
- Building AI agents and tools that work in the real world —
17
- from code security review to adaptive education.
18
- </p>
19
- <div style="margin-top: 16px;">
20
- <span style="background: #ede9fe; color: #6d28d9; font-size: 0.78rem; font-weight: 600;
21
- padding: 4px 10px; border-radius: 9999px; margin: 0 4px;">Non-profit</span>
22
- <span style="background: #dbeafe; color: #1d4ed8; font-size: 0.78rem; font-weight: 600;
23
- padding: 4px 10px; border-radius: 9999px; margin: 0 4px;">Reinforcement Learning</span>
24
- <span style="background: #dcfce7; color: #15803d; font-size: 0.78rem; font-weight: 600;
25
- padding: 4px 10px; border-radius: 9999px; margin: 0 4px;">Agentic AI</span>
26
- <span style="background: #fef9c3; color: #854d0e; font-size: 0.78rem; font-weight: 600;
27
- padding: 4px 10px; border-radius: 9999px; margin: 0 4px;">Ed-Tech</span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  </div>
29
  </div>
30
 
31
- <hr style="border: none; border-top: 1px solid #e5e7eb; margin: 0 0 36px;" />
32
-
33
- <!-- What we do -->
34
- <section style="margin-bottom: 40px;">
35
- <h2 style="font-size: 1.2rem; font-weight: 700; margin-bottom: 12px;">What we build</h2>
36
- <p style="color: #444; line-height: 1.7; margin: 0;">
37
- Inmodel Labs is a small non-profit team researching and building open AI systems.
38
  Our work sits at the intersection of <strong>agentic AI</strong>, <strong>application security</strong>,
39
- and <strong>adaptive learning</strong>. We believe the best way to improve AI is to put it in
40
- hard, real-world environments — and measure what happens.
41
  </p>
42
- </section>
 
 
43
 
44
  <!-- Projects -->
45
- <section style="margin-bottom: 40px;">
46
- <h2 style="font-size: 1.2rem; font-weight: 700; margin-bottom: 16px;">Featured Projects</h2>
 
47
 
48
- <div style="border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px 24px; margin-bottom: 16px;
49
- background: linear-gradient(135deg, #fafafa 0%, #f3f0ff 100%);">
50
- <div style="display: flex; align-items: flex-start; gap: 16px;">
51
- <div style="font-size: 2rem; line-height: 1;">🛡️</div>
52
  <div>
53
- <h3 style="margin: 0 0 6px; font-size: 1rem; font-weight: 700;">
54
- <a href="https://huggingface.co/inmodel/open-env" style="color: #4f46e5; text-decoration: none;">
55
- OpenEnv — Code Security Review
56
- </a>
57
- </h3>
58
- <p style="margin: 0 0 10px; color: #555; font-size: 0.92rem; line-height: 1.6;">
59
- A reinforcement learning environment for training AI agents to perform real-world AppSec triage.
60
- Agents must discover hidden source files and identify vulnerabilities across three difficulty
61
- levels — built for the <strong>Meta PyTorch OpenEnv Hackathon</strong>.
62
  </p>
63
- <div>
64
- <span style="background: #ede9fe; color: #6d28d9; font-size: 0.74rem; font-weight: 600;
65
- padding: 3px 8px; border-radius: 9999px; margin-right: 6px;">RL Environment</span>
66
- <span style="background: #fee2e2; color: #991b1b; font-size: 0.74rem; font-weight: 600;
67
- padding: 3px 8px; border-radius: 9999px; margin-right: 6px;">Security</span>
68
- <span style="background: #f3f4f6; color: #374151; font-size: 0.74rem; font-weight: 600;
69
- padding: 3px 8px; border-radius: 9999px;">Python · JavaScript</span>
70
  </div>
71
  </div>
72
  </div>
73
- </div>
74
 
75
- <div style="border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px 24px;
76
- background: linear-gradient(135deg, #fafafa 0%, #ecfdf5 100%);">
77
- <div style="display: flex; align-items: flex-start; gap: 16px;">
78
- <div style="font-size: 2rem; line-height: 1;">🎓</div>
79
  <div>
80
- <h3 style="margin: 0 0 6px; font-size: 1rem; font-weight: 700;">EduAI — Adaptive Learning Platform</h3>
81
- <p style="margin: 0 0 10px; color: #555; font-size: 0.92rem; line-height: 1.6;">
82
- An AI-powered ed-tech platform for students aged 14–22. Features include handwritten test review
83
- via OCR, an AI tutor chatbot, flashcard generation, personalized study schedules, and live classes
84
- with gamification to keep learners engaged.
85
  </p>
86
- <div>
87
- <span style="background: #dcfce7; color: #15803d; font-size: 0.74rem; font-weight: 600;
88
- padding: 3px 8px; border-radius: 9999px; margin-right: 6px;">Ed-Tech</span>
89
- <span style="background: #dbeafe; color: #1d4ed8; font-size: 0.74rem; font-weight: 600;
90
- padding: 3px 8px; border-radius: 9999px; margin-right: 6px;">Agentic AI</span>
91
- <span style="background: #f3f4f6; color: #374151; font-size: 0.74rem; font-weight: 600;
92
- padding: 3px 8px; border-radius: 9999px;">Next.js · TypeScript</span>
93
  </div>
94
  </div>
95
  </div>
 
96
  </div>
97
- </section>
 
 
98
 
99
  <!-- Baseline Results -->
100
- <section style="margin-bottom: 40px;">
101
- <h2 style="font-size: 1.2rem; font-weight: 700; margin-bottom: 14px;">OpenEnv Baseline Results</h2>
102
- <p style="color: #555; font-size: 0.9rem; margin: 0 0 14px;">
103
- Evaluated with <code style="background:#f3f4f6; padding: 2px 6px; border-radius:4px;">
104
- meta-llama/Llama-3.3-70B-Instruct</code>
105
- </p>
106
- <table style="width: 100%; border-collapse: collapse; font-size: 0.9rem;">
107
  <thead>
108
- <tr style="background: #f9fafb;">
109
- <th style="text-align:left; padding: 10px 14px; border-bottom: 1px solid #e5e7eb;">Task</th>
110
- <th style="text-align:left; padding: 10px 14px; border-bottom: 1px solid #e5e7eb;">Difficulty</th>
111
- <th style="text-align:left; padding: 10px 14px; border-bottom: 1px solid #e5e7eb;">Score</th>
112
  </tr>
113
  </thead>
114
  <tbody>
115
  <tr>
116
- <td style="padding: 10px 14px; border-bottom: 1px solid #f3f4f6;">
117
- <code style="font-size:0.82rem;">python-off-by-one</code>
118
- </td>
119
- <td style="padding: 10px 14px; border-bottom: 1px solid #f3f4f6; color: #16a34a;">Easy</td>
120
- <td style="padding: 10px 14px; border-bottom: 1px solid #f3f4f6; font-weight: 700;">0.883</td>
121
  </tr>
122
  <tr>
123
- <td style="padding: 10px 14px; border-bottom: 1px solid #f3f4f6;">
124
- <code style="font-size:0.82rem;">js-idor-auth</code>
125
- </td>
126
- <td style="padding: 10px 14px; border-bottom: 1px solid #f3f4f6; color: #d97706;">Medium</td>
127
- <td style="padding: 10px 14px; border-bottom: 1px solid #f3f4f6; font-weight: 700;">0.500</td>
128
  </tr>
129
  <tr>
130
- <td style="padding: 10px 14px;">
131
- <code style="font-size:0.82rem;">python-pickle-deserialization</code>
132
- </td>
133
- <td style="padding: 10px 14px; color: #dc2626;">Hard</td>
134
- <td style="padding: 10px 14px; font-weight: 700;">0.512</td>
135
  </tr>
136
  </tbody>
137
  </table>
138
- </section>
 
 
139
 
140
  <!-- Team -->
141
- <section style="margin-bottom: 40px;">
142
- <h2 style="font-size: 1.2rem; font-weight: 700; margin-bottom: 16px;">Team</h2>
143
- <div style="display: flex; gap: 14px; flex-wrap: wrap;">
144
- <a href="https://huggingface.co/Nitishkumar-ai"
145
- style="display:flex; align-items:center; gap:10px; border:1px solid #e5e7eb;
146
- border-radius:10px; padding:12px 18px; text-decoration:none; color:inherit;
147
- background:#fff; flex: 1; min-width: 180px;">
148
- <span style="font-size:1.6rem;">👤</span>
149
  <div>
150
- <div style="font-weight:600; font-size:0.9rem;">Nitish Kumar</div>
151
- <div style="color:#888; font-size:0.78rem;">@Nitishkumar-ai</div>
152
  </div>
153
  </a>
154
- <div style="display:flex; align-items:center; gap:10px; border:1px solid #e5e7eb;
155
- border-radius:10px; padding:12px 18px; background:#fff; flex: 1; min-width: 180px;">
156
- <span style="font-size:1.6rem;">👤</span>
157
  <div>
158
- <div style="font-weight:600; font-size:0.9rem;">Divyank Bhardwaj</div>
159
- <div style="color:#888; font-size:0.78rem;">Member</div>
160
  </div>
161
  </div>
162
- <div style="display:flex; align-items:center; gap:10px; border:1px solid #e5e7eb;
163
- border-radius:10px; padding:12px 18px; background:#fff; flex: 1; min-width: 180px;">
164
- <span style="font-size:1.6rem;">👤</span>
165
  <div>
166
- <div style="font-weight:600; font-size:0.9rem;">Marella Venkata Deepak</div>
167
- <div style="color:#888; font-size:0.78rem;">Member</div>
168
  </div>
169
  </div>
170
  </div>
171
- </section>
 
 
172
 
173
  <!-- Footer -->
174
- <div style="text-align:center; color:#aaa; font-size:0.8rem; padding-top:16px;
175
- border-top: 1px solid #e5e7eb;">
176
- Inmodel Labs · Non-profit · Building open AI for the real world ·
177
- <a href="https://github.com/inmodel" style="color:#6d28d9; text-decoration:none;">GitHub</a>
178
- ·
179
- <a href="https://x.com/NIT_Stark0" style="color:#6d28d9; text-decoration:none;">X / Twitter</a>
 
 
 
 
 
 
 
 
 
 
180
  </div>
181
 
182
  </div>
 
7
  pinned: false
8
  ---
9
 
10
+ <style>
11
+ * { box-sizing: border-box; margin: 0; padding: 0; }
12
+
13
+ body, .card-root {
14
+ background: #07070f;
15
+ color: #e2e8f0;
16
+ font-family: 'Inter', system-ui, -apple-system, sans-serif;
17
+ }
18
+
19
+ .card-root {
20
+ max-width: 820px;
21
+ margin: 0 auto;
22
+ padding: 0 0 48px;
23
+ }
24
+
25
+ /* ── Hero ── */
26
+ .hero {
27
+ position: relative;
28
+ padding: 64px 40px 52px;
29
+ text-align: center;
30
+ overflow: hidden;
31
+ border-bottom: 1px solid rgba(255,255,255,0.06);
32
+ }
33
+ .hero::before {
34
+ content: '';
35
+ position: absolute;
36
+ inset: 0;
37
+ background:
38
+ radial-gradient(ellipse 70% 60% at 50% -10%, rgba(109,40,217,0.35) 0%, transparent 70%),
39
+ radial-gradient(ellipse 40% 40% at 80% 80%, rgba(59,130,246,0.12) 0%, transparent 60%);
40
+ pointer-events: none;
41
+ }
42
+ .hero-label {
43
+ display: inline-block;
44
+ font-size: 0.7rem;
45
+ font-weight: 700;
46
+ letter-spacing: 0.15em;
47
+ text-transform: uppercase;
48
+ color: #a78bfa;
49
+ border: 1px solid rgba(167,139,250,0.3);
50
+ border-radius: 9999px;
51
+ padding: 4px 14px;
52
+ margin-bottom: 20px;
53
+ }
54
+ .hero h1 {
55
+ font-size: 2.6rem;
56
+ font-weight: 800;
57
+ letter-spacing: -0.02em;
58
+ line-height: 1.1;
59
+ background: linear-gradient(135deg, #ffffff 0%, #c4b5fd 50%, #818cf8 100%);
60
+ -webkit-background-clip: text;
61
+ -webkit-text-fill-color: transparent;
62
+ background-clip: text;
63
+ margin-bottom: 16px;
64
+ }
65
+ .hero p {
66
+ font-size: 1rem;
67
+ color: #94a3b8;
68
+ max-width: 500px;
69
+ margin: 0 auto 28px;
70
+ line-height: 1.7;
71
+ }
72
+ .pill-row { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
73
+ .pill {
74
+ font-size: 0.72rem;
75
+ font-weight: 600;
76
+ padding: 4px 12px;
77
+ border-radius: 9999px;
78
+ border: 1px solid;
79
+ }
80
+ .pill-purple { color: #c4b5fd; border-color: rgba(196,181,253,0.25); background: rgba(109,40,217,0.15); }
81
+ .pill-blue { color: #93c5fd; border-color: rgba(147,197,253,0.25); background: rgba(59,130,246,0.12); }
82
+ .pill-green { color: #86efac; border-color: rgba(134,239,172,0.25); background: rgba(34,197,94,0.10); }
83
+ .pill-amber { color: #fcd34d; border-color: rgba(252,211,77,0.25); background: rgba(245,158,11,0.10); }
84
+
85
+ /* ── Section wrapper ── */
86
+ .section { padding: 40px 40px 0; }
87
+ .section-title {
88
+ font-size: 0.7rem;
89
+ font-weight: 700;
90
+ letter-spacing: 0.12em;
91
+ text-transform: uppercase;
92
+ color: #6366f1;
93
+ margin-bottom: 20px;
94
+ }
95
+
96
+ /* ── About ── */
97
+ .about-text {
98
+ color: #94a3b8;
99
+ line-height: 1.8;
100
+ font-size: 0.95rem;
101
+ }
102
+ .about-text strong { color: #e2e8f0; font-weight: 600; }
103
+
104
+ /* ── Project cards ── */
105
+ .projects { display: flex; flex-direction: column; gap: 14px; }
106
+ .project-card {
107
+ background: rgba(255,255,255,0.03);
108
+ border: 1px solid rgba(255,255,255,0.07);
109
+ border-radius: 14px;
110
+ padding: 22px 24px;
111
+ display: flex;
112
+ gap: 18px;
113
+ align-items: flex-start;
114
+ transition: border-color 0.2s;
115
+ }
116
+ .project-card:hover { border-color: rgba(167,139,250,0.3); }
117
+ .project-card.purple { border-left: 3px solid #7c3aed; }
118
+ .project-card.green { border-left: 3px solid #059669; }
119
+ .project-icon { font-size: 1.8rem; line-height: 1; flex-shrink: 0; margin-top: 2px; }
120
+ .project-name {
121
+ font-size: 0.95rem;
122
+ font-weight: 700;
123
+ color: #e2e8f0;
124
+ margin-bottom: 6px;
125
+ text-decoration: none;
126
+ }
127
+ a.project-name:hover { color: #c4b5fd; }
128
+ .project-desc {
129
+ font-size: 0.875rem;
130
+ color: #64748b;
131
+ line-height: 1.65;
132
+ margin-bottom: 12px;
133
+ }
134
+ .tag-row { display: flex; gap: 6px; flex-wrap: wrap; }
135
+ .tag {
136
+ font-size: 0.7rem;
137
+ font-weight: 600;
138
+ padding: 2px 9px;
139
+ border-radius: 9999px;
140
+ border: 1px solid rgba(255,255,255,0.08);
141
+ color: #94a3b8;
142
+ background: rgba(255,255,255,0.04);
143
+ }
144
+
145
+ /* ── Results table ── */
146
+ .results-table {
147
+ width: 100%;
148
+ border-collapse: collapse;
149
+ font-size: 0.875rem;
150
+ }
151
+ .results-table th {
152
+ text-align: left;
153
+ padding: 10px 16px;
154
+ color: #475569;
155
+ font-weight: 600;
156
+ font-size: 0.75rem;
157
+ letter-spacing: 0.05em;
158
+ text-transform: uppercase;
159
+ border-bottom: 1px solid rgba(255,255,255,0.06);
160
+ }
161
+ .results-table td {
162
+ padding: 12px 16px;
163
+ border-bottom: 1px solid rgba(255,255,255,0.04);
164
+ color: #94a3b8;
165
+ }
166
+ .results-table tr:last-child td { border-bottom: none; }
167
+ .score { font-weight: 700; color: #e2e8f0; font-variant-numeric: tabular-nums; }
168
+ .diff-easy { color: #4ade80; font-weight: 600; }
169
+ .diff-medium { color: #fb923c; font-weight: 600; }
170
+ .diff-hard { color: #f87171; font-weight: 600; }
171
+ code {
172
+ font-family: 'JetBrains Mono', 'Fira Code', ui-monospace, monospace;
173
+ font-size: 0.78rem;
174
+ background: rgba(255,255,255,0.05);
175
+ padding: 2px 7px;
176
+ border-radius: 5px;
177
+ color: #c4b5fd;
178
+ }
179
+ .table-note {
180
+ font-size: 0.78rem;
181
+ color: #475569;
182
+ margin-bottom: 14px;
183
+ }
184
+
185
+ /* ── Team ── */
186
+ .team-grid { display: flex; gap: 12px; flex-wrap: wrap; }
187
+ .team-card {
188
+ display: flex;
189
+ align-items: center;
190
+ gap: 12px;
191
+ background: rgba(255,255,255,0.03);
192
+ border: 1px solid rgba(255,255,255,0.07);
193
+ border-radius: 12px;
194
+ padding: 14px 18px;
195
+ flex: 1;
196
+ min-width: 190px;
197
+ text-decoration: none;
198
+ color: inherit;
199
+ }
200
+ .team-card:hover { border-color: rgba(167,139,250,0.3); }
201
+ .avatar {
202
+ width: 36px;
203
+ height: 36px;
204
+ border-radius: 50%;
205
+ background: linear-gradient(135deg, #6d28d9, #4f46e5);
206
+ display: flex;
207
+ align-items: center;
208
+ justify-content: center;
209
+ font-size: 0.8rem;
210
+ font-weight: 700;
211
+ color: #fff;
212
+ flex-shrink: 0;
213
+ }
214
+ .team-name { font-weight: 600; font-size: 0.875rem; color: #e2e8f0; }
215
+ .team-handle { font-size: 0.75rem; color: #475569; margin-top: 2px; }
216
+
217
+ /* ── Divider ── */
218
+ .divider {
219
+ height: 1px;
220
+ background: rgba(255,255,255,0.06);
221
+ margin: 40px 40px 0;
222
+ }
223
+
224
+ /* ── Footer ── */
225
+ .footer {
226
+ padding: 28px 40px 0;
227
+ display: flex;
228
+ align-items: center;
229
+ justify-content: space-between;
230
+ flex-wrap: wrap;
231
+ gap: 12px;
232
+ }
233
+ .footer-left {
234
+ font-size: 0.78rem;
235
+ color: #334155;
236
+ }
237
+ .footer-links { display: flex; gap: 16px; }
238
+ .footer-link {
239
+ font-size: 0.78rem;
240
+ color: #475569;
241
+ text-decoration: none;
242
+ display: flex;
243
+ align-items: center;
244
+ gap: 6px;
245
+ transition: color 0.2s;
246
+ }
247
+ .footer-link:hover { color: #a78bfa; }
248
+ .footer-link svg { opacity: 0.7; }
249
+ </style>
250
+
251
+ <div class="card-root">
252
+
253
+ <!-- Hero -->
254
+ <div class="hero">
255
+ <div class="hero-label">Non-profit · Open Research</div>
256
+ <h1>Inmodel Labs</h1>
257
+ <p>Building AI agents and tools that work in the real world — from code security review to adaptive education.</p>
258
+ <div class="pill-row">
259
+ <span class="pill pill-purple">Reinforcement Learning</span>
260
+ <span class="pill pill-blue">Agentic AI</span>
261
+ <span class="pill pill-red" style="color:#fca5a5;border-color:rgba(252,165,165,0.25);background:rgba(239,68,68,0.10);">AppSec</span>
262
+ <span class="pill pill-amber">Ed-Tech</span>
263
+ <span class="pill pill-green">Open Source</span>
264
  </div>
265
  </div>
266
 
267
+ <!-- About -->
268
+ <div class="section">
269
+ <div class="section-title">About</div>
270
+ <p class="about-text">
271
+ Inmodel Labs is a small <strong>non-profit team</strong> researching and building open AI systems.
 
 
272
  Our work sits at the intersection of <strong>agentic AI</strong>, <strong>application security</strong>,
273
+ and <strong>adaptive learning</strong>. We believe the best way to advance AI is to put it inside
274
+ hard, real-world environments — and measure what actually happens.
275
  </p>
276
+ </div>
277
+
278
+ <div class="divider"></div>
279
 
280
  <!-- Projects -->
281
+ <div class="section">
282
+ <div class="section-title">Featured Projects</div>
283
+ <div class="projects">
284
 
285
+ <div class="project-card purple">
286
+ <div class="project-icon">🛡️</div>
 
 
287
  <div>
288
+ <a class="project-name" href="https://huggingface.co/inmodel/open-env">
289
+ OpenEnv Code Security Review
290
+ </a>
291
+ <p class="project-desc">
292
+ A reinforcement learning environment for training AI agents on real-world AppSec triage.
293
+ Agents discover hidden source files and identify vulnerabilities across three difficulty levels.
294
+ Built for the <strong style="color:#c4b5fd;">Meta PyTorch OpenEnv Hackathon</strong>.
 
 
295
  </p>
296
+ <div class="tag-row">
297
+ <span class="tag">RL Environment</span>
298
+ <span class="tag">Security</span>
299
+ <span class="tag">Python</span>
300
+ <span class="tag">JavaScript</span>
 
 
301
  </div>
302
  </div>
303
  </div>
 
304
 
305
+ <div class="project-card green">
306
+ <div class="project-icon">🎓</div>
 
 
307
  <div>
308
+ <div class="project-name">EduAI — Adaptive Learning Platform</div>
309
+ <p class="project-desc">
310
+ An AI-powered ed-tech platform for students aged 14–22. Handwritten test review via OCR,
311
+ AI tutor chatbot, flashcard generation, personalized study schedules, live classes,
312
+ and gamification to keep learners engaged.
313
  </p>
314
+ <div class="tag-row">
315
+ <span class="tag">Ed-Tech</span>
316
+ <span class="tag">Agentic AI</span>
317
+ <span class="tag">Next.js</span>
318
+ <span class="tag">TypeScript</span>
 
 
319
  </div>
320
  </div>
321
  </div>
322
+
323
  </div>
324
+ </div>
325
+
326
+ <div class="divider"></div>
327
 
328
  <!-- Baseline Results -->
329
+ <div class="section">
330
+ <div class="section-title">OpenEnv Baseline Results</div>
331
+ <p class="table-note">Evaluated with <code>meta-llama/Llama-3.3-70B-Instruct</code></p>
332
+ <table class="results-table">
 
 
 
333
  <thead>
334
+ <tr>
335
+ <th>Task</th>
336
+ <th>Difficulty</th>
337
+ <th>Score</th>
338
  </tr>
339
  </thead>
340
  <tbody>
341
  <tr>
342
+ <td><code>python-off-by-one</code></td>
343
+ <td><span class="diff-easy">Easy</span></td>
344
+ <td><span class="score">0.883</span></td>
 
 
345
  </tr>
346
  <tr>
347
+ <td><code>js-idor-auth</code></td>
348
+ <td><span class="diff-medium">Medium</span></td>
349
+ <td><span class="score">0.500</span></td>
 
 
350
  </tr>
351
  <tr>
352
+ <td><code>python-pickle-deserialization</code></td>
353
+ <td><span class="diff-hard">Hard</span></td>
354
+ <td><span class="score">0.512</span></td>
 
 
355
  </tr>
356
  </tbody>
357
  </table>
358
+ </div>
359
+
360
+ <div class="divider"></div>
361
 
362
  <!-- Team -->
363
+ <div class="section">
364
+ <div class="section-title">Team</div>
365
+ <div class="team-grid">
366
+ <a class="team-card" href="https://huggingface.co/Nitishkumar-ai">
367
+ <div class="avatar">NK</div>
 
 
 
368
  <div>
369
+ <div class="team-name">Nitish Kumar</div>
370
+ <div class="team-handle">@Nitishkumar-ai</div>
371
  </div>
372
  </a>
373
+ <div class="team-card">
374
+ <div class="avatar">DB</div>
 
375
  <div>
376
+ <div class="team-name">Divyank Bhardwaj</div>
377
+ <div class="team-handle">Member</div>
378
  </div>
379
  </div>
380
+ <div class="team-card">
381
+ <div class="avatar">MV</div>
 
382
  <div>
383
+ <div class="team-name">Marella Venkata Deepak</div>
384
+ <div class="team-handle">Member</div>
385
  </div>
386
  </div>
387
  </div>
388
+ </div>
389
+
390
+ <div class="divider"></div>
391
 
392
  <!-- Footer -->
393
+ <div class="footer">
394
+ <div class="footer-left">© 2025 Inmodel Labs · Non-profit</div>
395
+ <div class="footer-links">
396
+ <a class="footer-link" href="https://github.com/inmodel">
397
+ <svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor">
398
+ <path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/>
399
+ </svg>
400
+ GitHub
401
+ </a>
402
+ <a class="footer-link" href="https://x.com/NIT_Stark0">
403
+ <svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor">
404
+ <path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.744l7.737-8.835L1.254 2.25H8.08l4.253 5.622 5.911-5.622zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
405
+ </svg>
406
+ X / Twitter
407
+ </a>
408
+ </div>
409
  </div>
410
 
411
  </div>