Members:
- Đặng Trung Sỹ - 24025180
- Nông Thái Sơn - 24025179
- Python 3.4 to 3.8
- Node.js 20+
- Model: Chatterbot
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
The demo video can be found in the demo folder.