Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashwanikumar04/rasa-chatbot
https://github.com/ashwanikumar04/rasa-chatbot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashwanikumar04/rasa-chatbot
- Owner: ashwanikumar04
- License: mit
- Created: 2020-06-30T23:11:30.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-21T22:52:16.000Z (about 2 years ago)
- Last Synced: 2023-02-27T13:06:50.107Z (almost 2 years ago)
- Language: Python
- Size: 93.8 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rasa-chatbot
## Python version 3.7.4
```
python3 -m venv --system-site-packages ./venv
source ./venv/bin/activate
pip install rasa-x --extra-index-url https://pypi.rasa.com/simple
pip install rasa[spacy]
python -m spacy download en_core_web_md
python -m spacy link en_core_web_md en
```Used http://gamon.webfactional.com/regexnumericrangegenerator/ to generate range regex
Looks like there is sometime an issue with shell when selecting items from menu. For some weird reason the menu for price works in interactive mode but sometime it does not work in `shell`. Reference for the issue
https://forum.rasa.com/t/using-buttons-and-selecting-them-in-interactive-learning/3920/8So please test using custom messages.
All the dependencies used for the bots are in `requirements.txt`
## Commands
To Train
```
rasa train
```To run actions
```
rasa run actions
```To test
```
rasa test
```