File size: 1,123 Bytes
4d553a3
 
 
 
 
 
 
 
 
 
ace17bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
title: Studying Rasa
emoji: 🔥
colorFrom: indigo
colorTo: indigo
sdk: docker
pinned: false
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

<font color="yellow">Data Scientist.: Dr.Eddy Giusepe Chirinos Isidro</font>

# setup para instalar `rasa`

```
python3 --version
pip3 --version

sudo apt update
sudo apt install python3-dev python3-pip
```

# Install Rasa Open Source

Primeiro certifique-se de que sua pipversão esteja atualizada:
```
pip3 install -U pip
```

Para instalar o Rasa Open Source:

```
pip3 install rasa
```


Links de estudo:

* [Learn RASA from scratch: Build an intent less bot with LLM, slots and forms | RASA Chatbot Tutorial](https://www.youtube.com/watch?v=ykeamfE0-g4)

* [1. Rasa Installation & Building Basic Bot: Step-by-Step Guide | Go through RASA Project Structure](https://www.youtube.com/watch?v=YxQNVe0M7j8)

* [How to Build Chatbot with Python & Rasa](https://www.youtube.com/watch?v=Co7QtrJBkpY)


* [Construindo um Chatbot com Rasa](https://towardsdatascience.com/building-a-chatbot-with-rasa-3f03ecc5b324)


Thanks God!