Skip to content

trungsyk58utc/basic-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project Group 9: Chatbot for basic customer

Members:

  • Đặng Trung Sỹ - 24025180
  • Nông Thái Sơn - 24025179

Technology used

  • Python 3.4 to 3.8
  • Node.js 20+
  • Model: Chatterbot

Setup and run

The app can be run locally after creating a virtual environment and installing the required packages:

  • Backend
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Training model from .yml file & chatterbot corpus english(optional)

python training/train.py

Starting backend

python app.py
  • Frontend Install node modules
yarn install

Start the project

yarn dev

The project will be run in adress

http://localhost:5173

Demo video

The demo video can be found in the demo folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published