Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 924 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 924 Bytes

Chat Bot

Local Demo

Conversation, Invoice, Analytical Report

Overview

This is a rule-based chatbot model that extracts data related to the laptop. The main program is written in the file laptopbot.py.

Implementation

  1. Chart: where to store the code to support graphing.
  2. Configuration: where to store the configuration files when running make file.
  3. Data: includes csv files containing the information of the laptop. The json file contains information about the intent.
  4. Database: where to store the code to create the table on MySQL
  5. Record: where the chatbot's conversations with the user are stored after generated by code.
  6. Report: report sample generated by code.
  7. Resources: where to store image files to create reports.
  8. Temp: intermediate files.

Maintainers

  • Tran Dang Trung Duc