/Interachat

An cybersecurity chatbot system using pattern recoganization and nlp preproccesing to generate responses.

Primary LanguagePython

Interachat

instructions to use and install chatbot(development)

  • download and extract the files

  • open cmd(windows) or terminal(linux) in the current project folder

  • activate the virtual enviroment(optionml)

  • it is advised to create a virtrual enviroment and run the project inside it visit

  • to install the dependencies

pip install -r requirements.txt
  • now run the file train.py
python train.py     or   python3 train.py
  • now run app.py (make sure internet is connected)
python run.py
  • dataset - cybersecurity (intents.json)

  • Enjoy the app!