Maincoder-1B-WebGPU / README.md
shreyask's picture
Upload folder using huggingface_hub
7ac2545 verified
---
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
```