Skip to content

This is a chatbot which can be used for university or college, this chatbot can answer low to medium difficulty questions related to ABV-IIITM Gwalior and can assist students/parents .

Notifications You must be signed in to change notification settings

Qwerty735805/University_ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#RunTheBot

Install Anaconda of Python 3.7 distribution.

open Anaconda prompt(AC).

create a virtual environment. conda create -n name_of_env python=3.7.6

Follow the series of commands conda activate name_of_env

conda install tensorflow

conda install ujson==1.35

pip install rasa==1.9.5

move to the bot directory using cd command

rasa train nlu

rasa train core

rasa train

rasa shell to test your bot in the prompt.

all the trained model will be stored in bot/models directory

open server.py file & change the models, with model you have trained and save it.

In the AC run the command python -m server.py

Now open the Home.html file in the templates folder in any web browser.

Experience The University_ChatBot. :)

About

This is a chatbot which can be used for university or college, this chatbot can answer low to medium difficulty questions related to ABV-IIITM Gwalior and can assist students/parents .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published