Spaces:
No application file
No application file
metadata
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
1. Rasa Installation & Building Basic Bot: Step-by-Step Guide | Go through RASA Project Structure
Thanks God!