|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | -<title>Zerfoo — Pure Go ML Inference Framework</title> |
7 | | -<meta name="description" content="Embed any GGUF model in your Go application with go build. 245 tok/s on Gemma 3 1B — 20% faster than Ollama. Zero CGo."> |
| 6 | +<title>Zerfoo — Machine Learning Framework for Go</title> |
| 7 | +<meta name="description" content="Train, run, and serve ML models in your Go application. 245 tok/s on Gemma 3 1B — 20% faster than Ollama. Pure Go, zero CGo."> |
8 | 8 | <meta name="theme-color" content="#8B5CF6"> |
9 | 9 | <link rel="icon" href="zerfoo.svg" type="image/svg+xml"> |
10 | 10 | <style> |
|
184 | 184 | <section class="hero"> |
185 | 185 | <div class="wrap"> |
186 | 186 | <img src="zerfoo.svg" alt="Zerfoo" class="hero-logo"> |
187 | | - <h1>ML inference for Go.<br><span class="grad">Pure Go. Zero CGo.</span></h1> |
188 | | - <p class="sub">Embed any GGUF model in your Go application. One import, one function call. GPU-accelerated at runtime, no C compiler needed.</p> |
| 187 | + <h1>Machine learning for Go.<br><span class="grad">Pure Go. Zero CGo.</span></h1> |
| 188 | + <p class="sub">Train, run, and serve ML models in your Go application. One import, GPU-accelerated at runtime, no C compiler needed.</p> |
189 | 189 | <div class="stats"> |
190 | 190 | <div class="stat"><div class="num">245 tok/s</div><div class="label">Gemma 3 1B Q4_K_M</div></div> |
191 | 191 | <div class="stat"><div class="num">+20%</div><div class="label">faster than Ollama</div></div> |
@@ -276,7 +276,7 @@ <h2>Up and running in seconds</h2> |
276 | 276 | <div class="wrap"> |
277 | 277 | <div class="section-head"> |
278 | 278 | <h2>Built for production Go</h2> |
279 | | - <p>Everything you need to embed ML inference into your Go services.</p> |
| 279 | + <p>Everything you need to build, train, and deploy ML models in your Go services.</p> |
280 | 280 | </div> |
281 | 281 | <div class="feat-grid"> |
282 | 282 | <div class="feat"> |
|
0 commit comments