chatbot with the aim of students counselling
that is, to run the project on your local machine, you need to have the following installed:
make sure you have bun installed on your machine, if not, you can install it by running the following command:
npm install -g bun
cd server
bun install
bun start
cd client
bun install
bun run start
cd model
pip install -r requirements.txt
python chatbot.py