Skip to content

ID-Start-Winter22/einfacherChatbot

Repository files navigation

ein einfacher Chatbot

image

  1. Rasa installieren (siehe https://github.com/michaeleggers/RasaIntro)

  2. im Terminal folgende Befehle ausführen:

git clone https://github.com/ID-Start-Winter22/einfacherChatbot.git
cd einfacherChatbot
conda activate rasaenv
rasa train
rasa run --cors "*" --debug
  1. in einem zweiten Terminal:
rasa run actions
  1. (optional in einem dritten Terminal:)
python -m http.server
  1. im Browser http://localhost:8000/ oder im Browser ./index.html öffnen

MacOS (M1/2)

Falls die obigen Befehle so nicht funktionieren, ein

python -m

davorstellen, also zB:

python -m rasa train

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published