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.
- Host: GitHub
- URL: https://github.com/trandangtrungduc/rule-based-chatbot
- Owner: trandangtrungduc
- License: mit
- Created: 2021-10-04T05:10:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T10:06:12.000Z (almost 2 years ago)
- Last Synced: 2025-07-08T04:56:10.309Z (12 months ago)
- Topics: ai, chatbot, natural-language-processing, python
- Language: Python
- Homepage:
- Size: 607 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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