open-source-project-template
rasa
open-source-project-template | rasa | |
---|---|---|
1 | 19 | |
210 | 20,570 | |
0.0% | 0.6% | |
0.0 | 4.5 | |
over 2 years ago | 6 days ago | |
Python | ||
Creative Commons Zero v1.0 Universal | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
open-source-project-template
-
How to Create the Perfect README for Your Open Source Project
You can also use this template provided by the Consumer Financial Protection Bureau.
rasa
-
Eliza Reanimated Published in IEEE Annals of the History of Computing
Right before LLMs broke into the scene we had a few techniques I was aware of:
* Personality Forge uses a rules-based scripting approach [0]. This is basically ELIZA extended to take advantage of modern processing power.
* Rasa [1] used traditional NLP/NLU techniques and small-model ML to match intents and parse user requests. This is the same kind of tooling that Google/Alexa historically used, just without the voice layer and with more effort to keep the context in mind.
Rasa is actually open source [2], so you can poke around the internals to see how it's implemented. It doesn't look like it's changed architecture substantially since the pre-LLM days. Rhasspy [3] (also open source) uses similar techniques but in the voice assistant space rather than as a full chatbot.
[0] https://www.personalityforge.com/developers/how-to-build-cha...
[1] https://web.archive.org/web/20200801000000*/https://rasa.com... (old link because Rasa's marketing today is ambiguous about whether they're adding LLMs now).
[2] https://github.com/RasaHQ/rasa
[3] https://rhasspy.readthedocs.io/en/latest/
-
What is Rasa? A Beginnerβs Guide to Conversational AI
Rasa GitHub Repository
-
6 Best Open-Source AI Chatbot Builders π₯
GitHub - Rasa
-
π₯π Top 10 Open-Source Must-Have Tools for Crafting Your Own Chatbot π€π¬
Support Rasa on GitHub β
-
RasaGPT: First headless LLM chatbot built on top of Rasa, Langchain and FastAPI
It itself is not a GPT. It is a a framework of a framework project built on top of Rasa (https://github.com/RasaHQ/rasa) and Langchain which by default uses gpt3.5-turbo (change it in the .env file) or any foundation model you wish.
-
Problem with RASA Open Source "The client is using an unsupported version of the Socket.IO or Engine.IO"
There was already a GitHub issue https://github.com/RasaHQ/rasa/issues/11084 but it seems like there was no solution provided.
-
I plan to build my own AI powered search engine for my portfolio. Do you know ones that are open-source?
Rasa - also an open source platform. You can use it to build chatbots that are more in line with customer service and sales. Reading that, itβs kind of a big yikes for people under this kind of job knowing you can automate a part of their job via a chatbot. I think they also have a Pro version which is an extension that has additional analytics and probably more security features. I probably will check out the Open source one first and maybe ask about what the Pro version is.
- How to Installing Rasa & Building Rasa Chatbot on an M1 Macbook.
-
Show HN: Flex β transpile natural language to a programming language
At the moment it can recognise the type of statements in the training data set [1] and transpile them to Python, Java or C++ using the mappings defined here [2].
This is very different from how Codex/Autopilot work as it is trained using an NLU framework [3] which is usually used for training chatbots.
[1]: https://github.com/Flex-lang/transpiler/tree/master/transpil...
[2]: https://github.com/Flex-lang/transpiler/tree/master/transpil...
[3]: https://github.com/RasaHQ/rasa
-
Seek alternative to Wix chatbox.
Check out Rasa
What are some alternatives?
use-shopping-cart - Shopping cart state and logic for Stripe
ChatterBot - ChatterBot is a machine learning, conversational dialog engine for creating chat bots
open-sauced - π This is a project to identify your next open source contribution.
botman - A framework agnostic PHP library to build chat bots
slinkity - To eleventy and beyond! The all-in-one tool for templates where you want them, component frameworks where you need them π
spacy-models - π« Models for the spaCy Natural Language Processing (NLP) library