Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khushimadan/chatbot
https://github.com/khushimadan/chatbot
json python regex
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/khushimadan/chatbot
- Owner: khushimadan
- Created: 2023-07-27T08:49:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-27T09:00:32.000Z (over 1 year ago)
- Last Synced: 2023-07-27T09:39:32.991Z (over 1 year ago)
- Topics: json, python, regex
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Bot
Created a simple but accurate chatbot using Python and a JSON file to store all the responses. It takes the input from user and finds the most appropriate response by keeping a track of scores. The response with the highest score is then displayed on screen. This provides the user with accurate responses. If it doesn't understand something it will reply with a bunch of random responses telling you it doesn't know how to reply to it. It is a well trained simple robot for your general questions and not an AI robot.