College Enquiry Assistant is an AI powered chatbot aimed to provide answers to users query automatically.
- anaconda with python = 3.6 // higher or lower version may cause app to misbehave
- tensorflow >=2.0
- numpy
Install the dependencies by executing following commands.
- install via requirement.txt
$ pip install -r requirement.txt
- flask
$ pip install Flask
Want to contribute? Great! Make a change in your file and create a pull request!