File size: 688 Bytes
a8efdb4
33c8949
7ac2545
 
 
a8efdb4
7ac2545
33c8949
7ac2545
a8efdb4
 
7ac2545
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Maincoder 1B WebGPU
emoji: 
colorFrom: green
colorTo: blue
sdk: static
pinned: false
license: apache-2.0
short_description: Maincoder 1B code generation in browser via WebGPU
---

# Maincoder 1B — In-Browser Code Generation

Run the [Maincoder 1B](https://huggingface.co/Maincode/Maincoder-1B) code generation model **entirely in your browser** using WebGPU — no server required.

**Requirements:** A browser with WebGPU support (Chrome 113+, Edge 113+).

Powered by [Transformers.js](https://huggingface.co/docs/transformers.js) and the [quantized ONNX model](https://huggingface.co/shreyask/Maincoder-1B-ONNX-web).

## Development

```bash
npm install
npm run dev
```