Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 469 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 469 Bytes

ChatterBot

Project created under 24 hours in hackathon HackED2021. In a team of three, we created a artificially intelligent chatbot that can answer basic questions for University of Alberta undergrad students.


NLP steps:

  1. tokenize
  2. lower all characters (case insensitive)
  3. stem the words
  4. exclude punctuations


Model:

     alt text