An open API service indexing awesome lists of open source software.

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.

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)