Spaces:
Running
Running
| title: KerasFormers | |
| emoji: 🔥 | |
| colorFrom: yellow | |
| colorTo: red | |
| sdk: static | |
| pinned: false | |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>kerasformers</title> | |
| <style> | |
| :root { color-scheme: light dark; } | |
| * { box-sizing: border-box; } | |
| html, body { | |
| min-height: 100vh; | |
| margin: 0; | |
| } | |
| body { | |
| display: grid; | |
| place-items: center; | |
| width: 100%; | |
| font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; | |
| background: #ffffff; | |
| color: #111318; | |
| } | |
| @media (prefers-color-scheme: dark) { | |
| body { background: #0b0b0d; color: #e8e8ea; } | |
| } | |
| .card { | |
| text-align: center; | |
| padding: 2rem 1.25rem; | |
| max-width: 440px; | |
| } | |
| .card img { | |
| width: 78px; | |
| height: 78px; | |
| border-radius: 18px; | |
| display: block; | |
| margin: 0 auto; | |
| } | |
| h1 { | |
| font-size: 1.55rem; | |
| font-weight: 700; | |
| margin: 0.85rem 0 0.35rem; | |
| letter-spacing: -0.01em; | |
| } | |
| p { | |
| margin: 0 0 1.35rem; | |
| opacity: 0.72; | |
| line-height: 1.55; | |
| font-size: 0.95rem; | |
| } | |
| code { | |
| font-family: ui-monospace, SFMono-Regular, Menlo, monospace; | |
| font-size: 0.86em; | |
| padding: 0.05em 0.35em; | |
| border-radius: 6px; | |
| background: rgba(128,128,128,0.16); | |
| } | |
| .links { | |
| display: flex; | |
| gap: 0.5rem; | |
| justify-content: center; | |
| flex-wrap: wrap; | |
| } | |
| .links a { | |
| text-decoration: none; | |
| font-size: 0.85rem; | |
| font-weight: 600; | |
| color: inherit; | |
| padding: 0.42rem 0.85rem; | |
| border-radius: 999px; | |
| border: 1px solid rgba(128,128,128,0.35); | |
| transition: all 0.15s ease; | |
| } | |
| .links a:hover { | |
| border-color: #f5a623; | |
| color: #f5a623; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <main class="card"> | |
| <img src="https://cdn-uploads.huggingface.co/production/uploads/629631215de6e0eb3292ae91/klgAvDJagwTHD2Bxliz8U.png" alt="kerasformers logo"> | |
| <h1>kerasformers</h1> | |
| <p> | |
| KerasFormers: Open-source Keras 3 collection of pretrained models across Vision, LLM, VLM, Depth, Speech, and more | |
| </p> | |
| <nav class="links"> | |
| <a href="https://github.com/IMvision12/KerasFormers">GitHub</a> | |
| <a href="https://imvision12.github.io/KerasFormers/">Docs</a> | |
| <a href="https://pypi.org/project/kerasformers/">PyPI</a> | |
| </nav> | |
| </main> | |
| </body> | |
| </html> |