Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Installation

Bastian edited this page Dec 3, 2022 · 5 revisions
  1. Clone the repo

    git clone https://github.com/ID-Start-Winter22/team2-banifli.git
    cd team2-banifli
    

    Remember to use Python Version 3.19.3!!

  2. Install pip packages

    pip install requests
    pip install json
    
  3. Rasa

    conda activate rasaenv
    rasa train
    rasa run --cors "*" --debug
    rasa run actions
    
  4. Server Starten In einem zweiten Terminal

    python -m http.server
    

    In einem Browser http://localhost:8000/

Clone this wiki locally