A user friendly way to interact with the ml pipeline.
Link for the backend repo Chatbot-Backend
Go to the project directory
cd chatbot-fronted
Install the correct node version
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install 18.17.0
nvm use 18.17.0
Install dependencies
npm install
Start the server
npm run dev
Open http://localhost:3000 with your browser to see the result.
Client: NextJs, PrismJs, TailwindCSS