Chatbot to inform and educate people about drug harm reduction and addiction
Go to file
Nic Wells e12443707c
Merge pull request #7 from pyt0xic/develop
added first intent and lookup table(entities and synonyms)
2021-09-30 22:49:51 +02:00
actions RASA Init 2021-09-28 16:45:32 +02:00
data added first intent and lookup table(entities and synonyms) 2021-09-30 22:48:46 +02:00
tests RASA Init 2021-09-28 16:45:32 +02:00
ts_pn_data added first intent and lookup table(entities and synonyms) 2021-09-30 22:48:46 +02:00
.gitignore Started on training data and wrote script for fetching knowledge base data from tripsit 2021-09-29 02:28:58 +02:00
README.md added first intent and lookup table(entities and synonyms) 2021-09-30 22:48:46 +02:00
config.yml added first intent and lookup table(entities and synonyms) 2021-09-30 22:48:46 +02:00
credentials.yml RASA Init 2021-09-28 16:45:32 +02:00
domain.yml added first intent and lookup table(entities and synonyms) 2021-09-30 22:48:46 +02:00
endpoints.yml RASA Init 2021-09-28 16:45:32 +02:00
requirements.txt Using a better script to get drug data and updated requirements.txt 2021-09-29 23:03:13 +02:00
substances_data.json added first intent and lookup table(entities and synonyms) 2021-09-30 22:48:46 +02:00

README.md

pablo-bot

Chatbot to inform and educate people about drug harm reduction and addiction

Still alot of work to be done but for those wanting to test anyway, see below

How to run

$ rasa train
$ rasa shell

Or use debug flag to help you understand whats going on

$ rasa shell --debug

Credits

Thanks to the PsychoautWiki and TripSit for the data.

Special thanks to NoahSaso for his scraper