https://github.com/takahirox/web_ai_chat
AI chat with on-device and in-browser inference
https://github.com/takahirox/web_ai_chat
ai chat generative-ai javascript typescrip
Last synced: 16 days ago
JSON representation
AI chat with on-device and in-browser inference
- Host: GitHub
- URL: https://github.com/takahirox/web_ai_chat
- Owner: takahirox
- License: mit
- Created: 2024-01-03T05:21:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T05:31:39.000Z (over 2 years ago)
- Last Synced: 2025-07-19T11:04:40.911Z (11 months ago)
- Topics: ai, chat, generative-ai, javascript, typescrip
- Language: TypeScript
- Homepage:
- Size: 649 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web AI chat
AI chat with on-device and in-browser inference.
## Online demo
[Online demo](https://takahirox.github.io/web_ai_chat/index.html)
## Screenshots

## How to build and run
```sh
$ git clone https://github.com/takahirox/web_ai_chat.git
$ cd web_ai_chat
$ npm install
$ npm run build
$ npm run server
```
And then access http://localhost:8080 on your browser.