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

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.

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.