https://github.com/fssolutions/chatbot-rasa
Sample of rasa chatbot
https://github.com/fssolutions/chatbot-rasa
chatbot free-software ia python rasa
Last synced: about 2 months ago
JSON representation
Sample of rasa chatbot
- Host: GitHub
- URL: https://github.com/fssolutions/chatbot-rasa
- Owner: fssolutions
- Created: 2019-07-23T12:46:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T18:58:55.000Z (over 6 years ago)
- Last Synced: 2025-01-13T01:13:50.632Z (over 1 year ago)
- Topics: chatbot, free-software, ia, python, rasa
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rasa chatbot exemplo
Um simple chatbot de exemplo utilizando o Rasa
## Como usar
### Instalando o Rasa
```
pip install rasa
```
### Trainamento da NLU
```
rasa train
```
### Rodando chatbot via terminal
```
rasa shell
```
*Você pode ativar o debug utilizando o camando ```rasa shell --debug```*
### Permitindo que as actions funcione
Para utilizar as actions personalizadas como o exemplo da idade do bot, é necessário rodar o endpoint. Para isso rode em um terminal separado, ou em background o comando
```
rasa run actions
```