https://github.com/sammwyy/webllm
WebLLM backed AI Chat built with Vite and React.
https://github.com/sammwyy/webllm
ai llm react reactjs tailwind tailwindcss vite vitejs webllm
Last synced: 3 months ago
JSON representation
WebLLM backed AI Chat built with Vite and React.
- Host: GitHub
- URL: https://github.com/sammwyy/webllm
- Owner: sammwyy
- Created: 2024-06-26T01:33:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T21:35:57.000Z (12 months ago)
- Last Synced: 2025-01-17T14:54:20.302Z (5 months ago)
- Topics: ai, llm, react, reactjs, tailwind, tailwindcss, vite, vitejs, webllm
- Language: TypeScript
- Homepage: https://web-llm.sammwy.com/
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebLLM (React + Vite)
A WebLLM project using React, Vite & TailwindCSS. This project is a simple example of how to use WebLLM with Components.
## About WebLLM
[WebLLM](https://webllm.mlc.ai/) is a high-performance in-browser LLM inference engine that brings language model inference directly onto web browsers with hardware acceleration. Everything runs inside the browser with no server support and is accelerated with WebGPU.
## Getting Started
```bash
# Clone the repository
git clone https://github.com/sammwyy/webllm.git# Change directory
cd webllm# Install dependencies
bun install# Start the development server
bun dev
```## Acknowledgements
- [WebLLM](https://webllm.mlc.ai/)
- [React](https://reactjs.org/)
- [Vite](https://vitejs.dev/)
- [TailwindCSS](https://tailwindcss.com/)
- [Shadcn](https://ui.shadcn.com/)Made with ❤️ by [Sammwy](https://sammwy.com)