Skip to content

Latest commit

 

History

History
83 lines (62 loc) · 2.07 KB

README.md

File metadata and controls

83 lines (62 loc) · 2.07 KB

GitHub deployments licence GitHub commit merge status


Introducing Ubot

SS

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/ingenuity-2-0/ubot-backend.git
  1. Change the working directory
cd ubot-backend
  1. Install dependencies
pip insatll -r requirements.txt
  1. Run the app in development mode
flask --app app run

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

Dependencies

it requires python version >=3.7
click==8.0.3
colorama==0.4.4
Flask==2.0.3
Flask-Cors==3.0.10
itsdangerous==2.1.2
Jinja2==3.1.1
joblib==1.1.0
MarkupSafe==2.1.1
nltk==3.6.7
numpy==1.22.1
Pillow==9.0.0
regex==2022.1.18
six==1.16.0
torch==1.10.1
torchaudio==0.10.1
torchvision==0.11.2
tqdm==4.62.3
typing_extensions==4.0.1
Werkzeug==2.0.3

Looking for back-end build setup -> ubot-frontend

License

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