AI Bootcamp Weekend Project #2

Interface:

Getting started:

First, install dependencies:

npm install
# or
yarn

Secondly, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev