/Chatbot

chat-bot for our college

Primary LanguageJupyter Notebook

College Enquiry Assistant (aka chatbot)

forthebadge made-with-python Maintenance Build Status Website GitHub repo size GitHub language count GitHub all releases GitHub issues GitHub closed issues GitHub last commit GitHub forks GitHub
ViewCount

College Enquiry Assistant is an AI powered chatbot aimed to provide answers to users query automatically.

Visit the website

Preview

Alt Text

Tools and Library Required

  • anaconda with python = 3.6 // higher or lower version may cause app to misbehave
  • tensorflow >=2.0
  • numpy

Installation

Install the dependencies by executing following commands.

  • install via requirement.txt
    $ pip install -r requirement.txt 
    
  • flask
    $ pip install Flask
    

Development

Want to contribute? Great! Make a change in your file and create a pull request!