ollysamm / project-3

1 stars 1 forks source link

Write a chat bot #24

Open ashx3s opened 1 year ago

ashx3s commented 1 year ago

Context

To build our AI powered chat bot, we need a POC of a chatbot to build from

Tasks

Definition of Done

A simple chatbot that can run locally with information on how to deploy to cloud. If time is permitting, deploy.

ashx3s commented 1 year ago

@KanchanSamrit would you be able to focus on building a proof of concept chatbot?

I've tagged @kenneth-alt as well for support.

kenneth-alt commented 1 year ago

Hi @KanchanSamrit I have initialized a React frontend with Vite in our project repo. You can clone the repo, make a "chatbot-POC" branch and implement the chat bot POC like we discussed.

kenneth-alt commented 1 year ago

I have ported the UI for the POC #26 to a react component, but there's no styling yet, if we can style it to look like the mock up presented by Holmetrics, we can call this card done.

React frontend for Wendy v1

KanchanSamrit commented 1 year ago

@kenneth-alt @lilyx13 Thank you for the initialisation in react. I am able to clone into my branch.