If an admitted student needs any information about our university, they do not know where to go or who to ask and do not get any immediate answers to these questions.
To solve this problem we developed a chatbot, where they can chat with an AI-powered bot that will provide all the information they need.
- Clone the repository
https://github.com/shahriarshafin/ubot.git
- Change the working directory
cd ubot
- Install dependencies
npm install # or, yarn install
- Run the app in development mode
npm start # or, yarn start
That's All! Now open localhost:3000 to see the app.
"dependencies":
{
"bootstrap": "^5.1.3",
"json-server": "^0.17.0",
"next": "12.0.10",
"react": "17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-linkify": "^1.0.0-alpha",
"react-speech-recognition": "^3.9.0",
"regenerator-runtime": "^0.13.9",
"styled-components": "^5.3.3",
"use-sound": "^4.0.1"
}
Looking for back-end build setup -> ubot-backend
This project is licensed under the MIT License - see the LICENSE
file for details.