| --- |
| title: README |
| emoji: 🏗️ |
| colorFrom: gray |
| colorTo: blue |
| sdk: static |
| pinned: false |
| --- |
| |
| <div class="grid lg:grid-cols-3 gap-x-4 gap-y-7"> |
|
|
| <div class="lg:col-span-3 space-y-3"> |
| <p class="text-xl md:text-2xl font-semibold tracking-tight"> |
| <span class="text-3xl md:text-4xl font-bold">50k</span> |
| physics-verified samples / hour |
| </p> |
| <p> |
| <strong>Formeo</strong> publishes verifiable structural engineering corpora for ML and design agents: |
| parametric geometry → Eurocode loads → FEA → member checks → catalog sizing, |
| with a deterministic verifier and full sizing trajectories on every sample. |
| </p> |
| <p> |
| Public datasets on this Hub are the <em>proof</em>. |
| The product is the <strong>generator + verifier + reasoning traces</strong> |
| for a structure family — not a mass-lookup table. |
| Developed by <strong>Kisfali Engineering Srls.</strong> |
| </p> |
| </div> |
| |
| <a href="https://huggingface.co/datasets/Formeo/portal-frame-dataset" class="block overflow-hidden group"> |
| <div class="w-full h-36 mb-2 rounded-lg flex flex-col items-start justify-center px-5 bg-gradient-to-br from-slate-800 to-slate-950 text-white"> |
| <div class="text-3xl font-bold">Portal Frame v1</div> |
| <div class="text-sm opacity-80 mt-1">2k public sample · CC BY-NC</div> |
| </div> |
| <div class="underline">Browse the dataset</div> |
| </a> |
| |
| <a href="mailto:info@formeo.ai?subject=Formeo%20synthetic%20engineering%20data" class="block overflow-hidden group"> |
| <div class="w-full h-36 mb-2 rounded-lg flex flex-col items-start justify-center px-5 bg-gradient-to-br from-amber-600 to-stone-900 text-white"> |
| <div class="text-2xl font-bold leading-snug">License & custom data</div> |
| <div class="text-sm opacity-80 mt-1">Full corpus · verifier · new structure types</div> |
| </div> |
| <div class="underline">Get in touch → info@formeo.ai</div> |
| </a> |
| |
| <a href="https://kisfali.com" class="block overflow-hidden group"> |
| <div class="w-full h-36 mb-2 rounded-lg flex flex-col items-start justify-center px-5 bg-gradient-to-br from-sky-800 to-slate-900 text-white"> |
| <div class="text-2xl font-bold leading-snug">Engineering automation</div> |
| <div class="text-sm opacity-80 mt-1">Custom Eurocode systems · kisfali.com</div> |
| </div> |
| <div class="underline">Consultancy & delivery</div> |
| </a> |
| |
| <div class="lg:col-span-3 space-y-2"> |
| <p class="font-medium">What ships with every corpus</p> |
| <ul class="list-disc list-inside space-y-1 text-sm"> |
| <li>Task inputs (geometry, loads, grade) + reference steel sections, mass, and eCO₂</li> |
| <li>Per-clause EN 1993 checks and SLS deflection labels (same rule as the verifier)</li> |
| <li>Sizing trajectories with reward — ready for agents and RL environments</li> |
| <li>Honest check fidelity: simplified Formeo Eurocode, stated limitations, no silent clips</li> |
| </ul> |
| <p class="text-sm pt-3 opacity-80"> |
| Formeo Wind (CFD screening for structural profiles) lives at |
| <a class="underline" href="https://formeo.ai">formeo.ai</a> |
| — a separate product line, not this Hub. |
| </p> |
| </div> |
| |
| </div> |
|
|