| --- |
| title: README |
| emoji: 🔥 |
| colorFrom: yellow |
| colorTo: yellow |
| sdk: static |
| pinned: false |
| --- |
| <style> |
| .r-card{ |
| max-width:980px;padding:16px 16px 14px; |
| border:1px solid rgba(255,255,255,.12);border-radius:18px; |
| background: |
| radial-gradient(900px 420px at 12% 10%, rgba(124,58,237,.28), transparent 60%), |
| radial-gradient(700px 380px at 95% 10%, rgba(34,211,238,.20), transparent 55%), |
| radial-gradient(780px 420px at 60% 120%, rgba(255,45,85,.16), transparent 60%), |
| linear-gradient(180deg, rgba(11,16,32,.92), rgba(7,10,18,.96)); |
| box-shadow:0 18px 55px rgba(0,0,0,.38); |
| font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial; |
| color:rgba(255,255,255,.92); |
| overflow:hidden; |
| } |
| |
| .r-logo{ |
| height:45px; width:auto; |
| margin: 0.25em 0; |
| } |
| |
| .r-title{margin:12px 0 6px;font-size:28px;letter-spacing:-.6px;line-height:1.1;display: flex;align-items: center; gap: 0.5em} |
| .r-sub{margin:0 0 12px;color:rgba(255,255,255,.72);font-size:14px;max-width:82ch;} |
|
|
| .r-cta{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 8px;width: 25em;} |
| .r-btn{ |
| display:inline-flex;align-items:center;gap:8px; |
| justify-content: space-between; |
| padding:10px 12px;border-radius:14px; |
| border:1px solid rgba(255,255,255,.14); |
| text-decoration:none !important;font-weight:750; |
| background:rgba(255,255,255,.06); |
| color:rgba(255,255,255,.92) !important; |
| box-shadow:0 10px 26px rgba(0,0,0,.28); |
| width:100% |
| } |
| .r-btnPrimary{ |
| background:linear-gradient(135deg, rgba(255,45,85,.95), rgba(124,58,237,.92)); |
| color:#fff !important; |
| } |
| .r-badge{ |
| margin-left:6px; |
| font-size:11px;font-weight:800;letter-spacing:.3px; |
| padding:3px 7px;border-radius:999px; |
| border:1px solid rgba(255,255,255,.16); |
| background:rgba(255,255,255,.08); |
| color:rgba(255,255,255,.78); |
| } |
| |
| .r-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;} |
| .r-box{ |
| border:1px solid rgba(255,255,255,.12); |
| background:rgba(255,255,255,.05); |
| border-radius:14px;padding:10px 12px; |
| } |
| .r-box b{display:block;margin-bottom:4px;font-size:13px;} |
| .r-box p{margin:0;color:rgba(255,255,255,.70);font-size:12.8px;line-height:1.35;} |
| |
| .r-foot{margin-top:10px;color:rgba(255,255,255,.62);font-size:12.2px;} |
| .r-foot a{color:rgba(255,255,255,.88) !important;text-decoration:underline;} |
| @media (max-width:760px){ .r-title{font-size:26px;} .r-grid{grid-template-columns:1fr;} } |
| </style> |
|
|
| <div class="r-card"> |
| <h1 class="r-title"><img class="r-logo" src="assets/logo_renesas_light.svg" alt="Renesas logo"/> on Hugging Face 🤗</h1> |
| <p class="r-sub"> |
| Hugging Face is our centralized interface to <b>showcase, explore, and benchmark</b> AI models optimized for Renesas devices. |
| We start with <b>R-Car Gen5</b> and grow toward a scalable catalog for future devices and models. |
| </p> |
| |
| <div class="r-cta"> |
| <!-- <a class="r-btn r-btnPrimary"> |
| 🚗 Gen5 Device Dashboard <span class="r-badge">COMING SOON</span> |
| </a> --> |
| <a class="r-btn r-btnPrimary"> |
| 🔎 AI Dashboard<span class="r-badge">COMING SOON</span> |
| </a> |
| </div> |
| |
| <div class="r-grid"> |
| <div class="r-box"> |
| <b>Why it matters</b> |
| <p>Quickly evaluate performance, compare options, and pick the best hardware‑software fit using reusable, presentation‑ready assets.</p> |
| </div> |
| <div class="r-box"> |
| <b>Status</b> |
| <p>Dashboards are being refined and prepared for wider availability. Some content may be private during validation.</p> |
| </div> |
| </div> |
| |
| <div class="r-foot"> |
| <b>Access:</b> If you need access while content is private, please contact Renesas. |
| </div> |
| </div> |