Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 430 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 430 Bytes

Web AI chat

AI chat with on-device and in-browser inference.

Online demo

Online demo

Screenshots

How to build and run

$ 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.