An open API service indexing awesome lists of open source software.

https://github.com/trandangtrungduc/rule-based-chatbot

Code, Resources - Personal Project - November 20, 2021.
https://github.com/trandangtrungduc/rule-based-chatbot

ai chatbot natural-language-processing python

Last synced: 4 months ago
JSON representation

Code, Resources - Personal Project - November 20, 2021.

Awesome Lists containing this project

README

          

# Chat Bot

## Local Demo
[Conversation](Record/transcript_22h_23_11_2021_Duc.txt), [Invoice](Report/Invoice.pdf), [Analytical Report](Report/Analytical_Report.pdf)

## 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