ChatterBot
rasa
| ChatterBot | rasa | |
|---|---|---|
| 11 | 19 | |
| 14,489 | 21,197 | |
| -0.0% | 0.3% | |
| 7.6 | 2.9 | |
| 2 months ago | 16 days ago | |
| Python | Python | |
| BSD 3-clause "New" or "Revised" License | 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.
ChatterBot
-
Create a Smart Java Chatbot Using Python’s ChatterBot – No APIs Needed
In this article, we’ll show how to build a chatbot system in Java, using Python’s ChatterBot library as the conversation engine. By leveraging Javonet, a cross-language bridge that allows direct method calls between Java and Python (or other programming languages), you can:
-
The Top 10 Open-Source Chatbot Frameworks of 2025
9. ChatterBot
- show me error in installing chatterbot.
- how to solve this Error.in chatterbot pyhton
-
i managed to plug gpt-3.5 into my robot and have full conversations with it
You might find the chatterbot python module interesting. Its nowhere near as smart as chatgpt, but it works offline.
- I’m not really a programmer but this doesn’t seem right
- How do I get started in Artificial Intelligence?
-
Im trying to build a chatbot but my skills are very limited. Any advice?
Maybe this helps https://github.com/gunthercox/ChatterBot
-
Just getting into Chatbot development in Python and having trouble choosing an API/Wrapper .. or Framework?
chatterbot
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?
Telethon - Pure Python 3 MTProto API Telegram client library, for bots too!
spacy-models - 💫 Models for the spaCy Natural Language Processing (NLP) library
aiogram - aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
chatwoot - Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬
python-telegram-bot - We have made you a wrapper you can't refuse
botkit - Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.