Skip to content

Extendable skill-based chatbot agent with general conversational "chit-chat" capabilities.

Notifications You must be signed in to change notification settings

felmoreno1726/CovidQuarantinoBot

Repository files navigation

CovidQuarantinoBot

Description

Covid Quarantino is a skill extensible friendly general purpose chatbot to be entertained with this quarantine.

Results

See report.pdf

Dependencies

Requires python >=3.6. Make sure that you have the latest version of pip installed

  • To create a virtual environment with python3 -m venv venv
  • To activate the virtual environment source venv/bin/activate
  • To install dependencies run: pip install -r requirements.txt
  • Install and link spacy models python -m spacy download en_core_web_md python -m spacy link en_core_web_md en

Running the chatbot

Training

  • Run rasa train

Testing

  • Run rasa test

Usage

  • Run ./run.sh

About

Extendable skill-based chatbot agent with general conversational "chit-chat" capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages