Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 659 Bytes

readme.md

File metadata and controls

29 lines (19 loc) · 659 Bytes

UNI_ASSISTANT

A chatbot for accessing resources and ask question in the scope of university. This project is in early stages of development and it's not yet completed

Architecture

image

Datasets

  • Chat history of Computer engnieering Q&A group in Telegram
  • FAQs from webpages in the internet
  • Webpages and Pdfs about university rules

Run project

  • Install requirements.txt
  • Create .env file
API_ID=
API_HASH=
BOT_TOKEN=
  • Run intent_classfication notebook to create the model

  • Run telegram bot