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

https://github.com/christianliebel/todo-ai


https://github.com/christianliebel/todo-ai

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Todo AI

Todo list demo application for the on-device AI blog post series.

## Setup

To run this demo, clone this repository and run the following commands:

```shell
npm i
npm start
```

## Branches

There are three branches:

1. `main`: normal to-do app
2. `web-llm`: AI chatbot using WebLLM
3. `prompt-api`: AI chatbot using Prompt API