Kanha โ€” Custom-Trained On-Device Chatbot

This model was trained by Kanha and runs entirely on-device via WebGPU.

kanha.ai ยท Docs ยท SDK


What is this?

This is a custom-trained chatbot checkpoint, fine-tuned on a specific website's content using Kanha. It is optimized for on-device inference in the browser via WebGPU โ€” no server-side API calls, no per-query costs, no data leaves the device.

This model is not general-purpose. It is trained to answer questions about a specific website's content.

How to use

Install the SDK and embed the bot:

<script type="module" src="https://cdn.jsdelivr.net/npm/kanha-ai/dist/widget.js"></script>
<kanha-bot model-url="https://huggingface.co/Kanha-AI/02396b03-8808-4840-a742-4d170be3edab-medium/resolve/main/" model-size="medium"></kanha-bot>

Or with React:

import { KanhaBot } from 'kanha-ai';

<KanhaBot modelUrl="https://huggingface.co/Kanha-AI/02396b03-8808-4840-a742-4d170be3edab-medium/resolve/main/" modelSize="medium" />

About Kanha

Kanha crawls your website, generates training data, fine-tunes a compact model, and serves it directly in your visitors' browsers via WebGPU.

  • On-device execution โ€” all inference runs locally, nothing sent to a server
  • Privacy-first โ€” user queries never leave the device
  • Zero per-query costs โ€” no API calls, no token billing

Learn more at kanha.ai ยท GitHub

Downloads last month
13
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support