--- 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 Data Scientist.: Dr.Eddy Giusepe Chirinos Isidro # 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!