paulpierre commited on
Commit
80c1f55
Β·
1 Parent(s): 6b5e1db

updated README.md to mention actual Rasa πŸ˜…

Browse files
Files changed (1) hide show
  1. README.md +16 -0
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: