shahriarshafin / ubot

An AI-powered chatbot that will provide the university related information.

Home Page:https://ubot.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

GitHub deployments licence GitHub commit merge status


Introducing Ubot

Logo

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.

Set up and run

  1. Clone the repository
https://github.com/shahriarshafin/ubot.git
  1. Change the working directory
cd ubot
  1. Install dependencies
npm install # or, yarn install
  1. Run the app in development mode
npm start # or, yarn start

That's All! Now open localhost:3000 to see the app.

Dependencies

"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

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

An AI-powered chatbot that will provide the university related information.

https://ubot.vercel.app/

License:MIT License


Languages

Language:JavaScript 100.0%