Name | Modified | Size | Downloads / Week |
---|---|---|---|
Chatbot Unleashed 0.1.0 Beta | 2023-05-12 | ||
Chatbot Unleashed 0.0.4 Alpha | 2023-04-28 | ||
Chatbot Unleashed 0.0.3 Alpha | 2023-04-24 | ||
Chatbot Unleashed 0.0.2 Alpha | 2023-03-23 | ||
ChatBot Unleashed | 2023-03-16 | ||
chatbotunleashed0.1.0beta.zip | 2023-05-12 | 16.9 kB | |
README.md | 2023-05-12 | 1.1 kB | |
Totals: 7 Items | 17.9 kB | 0 |
This is a beta chat bot! It uses AI to predict what you are tying to ask/say and give a responce based on pre set responces found in the intents.json file! To use this program you first must install any missing import filesusing the following commands:
pip install keras
pip install nltk
After running those if there are still missing imports then install them by using: pip install "missing import" without the quotation marks.
When first installing this be sure to run the training.py file firt so the chat bot can run properly. Once the code prints "Done" then the training is compleat.
After training is compleat run the chatbot.py file and you should be good to go.
Side notes: 1. If you wish to help make the chatbot more sifisticated please send in a fourm or even email me with improvements at scottjbrownoff@gmail.com
- I am looking for a way to make it so the chat bot is able to generate its own responces insted of using only pre defined responces, so yes I am looking for help!
Thank you for installing my program and have a nice day/night!