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

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

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.