Commit
Β·
80c1f55
1
Parent(s):
6b5e1db
updated README.md to mention actual Rasa π
Browse files
README.md
CHANGED
|
@@ -16,6 +16,22 @@
|
|
| 16 |
|
| 17 |
<br/><br/>
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
# πββοΈ Why RasaGPT?
|
| 20 |
|
| 21 |
RasaGPT works out of the box. A lot of the implementing headaches were sorted out so you donβt have to, including:
|
|
|
|
| 16 |
|
| 17 |
<br/><br/>
|
| 18 |
|
| 19 |
+
# π¬ What is Rasa?
|
| 20 |
+
|
| 21 |
+
In their own words:
|
| 22 |
+
|
| 23 |
+
>π¬ Rasa is an open source (Python) machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
|
| 24 |
+
|
| 25 |
+
<br/>
|
| 26 |
+
|
| 27 |
+
In my words:
|
| 28 |
+
<br/>
|
| 29 |
+
|
| 30 |
+
[Rasa](https://rasa.com/) is a very popular (dare I say de facto?) and easy-enough to use chatbot framework with built in NLU ML pipelines that are obsolete and a conceptual starting point for a reimagined chatbot framework in a world of LLMs.
|
| 31 |
+
|
| 32 |
+
<br/><br/>
|
| 33 |
+
|
| 34 |
+
|
| 35 |
# πββοΈ Why RasaGPT?
|
| 36 |
|
| 37 |
RasaGPT works out of the box. A lot of the implementing headaches were sorted out so you donβt have to, including:
|