https://github.com/darwin27264/chat_v1
Emulate a chatbot like experience using just NLP processing and pattern recognition.
https://github.com/darwin27264/chat_v1
Last synced: 7 months ago
JSON representation
Emulate a chatbot like experience using just NLP processing and pattern recognition.
- Host: GitHub
- URL: https://github.com/darwin27264/chat_v1
- Owner: Darwin27264
- Created: 2021-10-22T21:50:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T02:19:30.000Z (over 2 years ago)
- Last Synced: 2025-01-12T17:43:14.958Z (9 months ago)
- Language: Java
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ISLA_CHATBOT
ISLA is a simple chatbot created in the purpose for me to learn about prorgamming and just as a somewhat personal side project that I am dedicating time to.
This project started back when I was in Grade 11 (summer of 2020). It contains code that is very elementary and has a very basic rule-based system for conversation making with the user. The program contains a few API calls for real time information such as the weather, time, dictionary explanation of words.
A detailed devlog can be found via this link. It contains brainstorming ideas, improvements made upon old implementations, personal thoughts, along with progress and challenges during the development.
○ https://docs.google.com/document/d/1gk0Iq3beNDJo89OVb_FDPJ23mQi6ycKGKVkgeffuCus/edit?usp=sharing
Note that this upload only contains the code and a non-working version of the program.