https://github.com/alexrudall/awesome-ruby-ai
A list of awesome AI projects built in Ruby! 🤖❤️
https://github.com/alexrudall/awesome-ruby-ai
List: awesome-ruby-ai
Last synced: about 2 months ago
JSON representation
A list of awesome AI projects built in Ruby! 🤖❤️
- Host: GitHub
- URL: https://github.com/alexrudall/awesome-ruby-ai
- Owner: alexrudall
- Created: 2023-04-21T03:52:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T07:32:24.000Z (2 months ago)
- Last Synced: 2025-04-22T22:17:02.904Z (about 2 months ago)
- Size: 48.8 KB
- Stars: 265
- Watchers: 7
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-ruby-ai - A list of awesome AI projects built in Ruby! 🤖❤️. (Other Lists / Julia Lists)
README
# Awesome Ruby AI
A list of awesome AI projects built in Ruby! 🤖❤️
## Open Source
### API Libraries
- [anthropic](https://github.com/alexrudall/anthropic) - Anthropic API + Ruby!
- [cohere-ruby](https://github.com/andreibondarev/cohere-ruby) - Cohere API client for Ruby
- [groq-ruby](https://github.com/drnic/groq-ruby) - Groq API client for Ruby
- [llm client](https://github.com/mariochavez/llm_client) - LLM Server API client for Ruby.
- [midjourney](https://github.com/alexrudall/midjourney) - Midjourney API (via SlashImagine for now) + Ruby!
- [mistral](https://github.com/wilsonsilva/mistral) - Mistral API client for Ruby
- [open_router](https://github.com/OlympiaAI/open_router) - Ruby library for OpenRouter API
- [ruby-openai](https://github.com/alexrudall/ruby-openai) - OpenAI API + Ruby!
- [superagi](https://github.com/alexrudall/superagi) - SuperAGI + Ruby#### Vector Database Clients
- [chroma](https://github.com/mariochavez/chroma) - API wrapper for the Chroma vector search database.
- [pinecone](https://github.com/scotterc/pinecone) - API wrapper for Pinecone vector search database.
- [milvus](https://github.com/andreibondarev/milvus) — API wrapper for the Milvus vector search database.
- [qdrant-ruby](https://github.com/andreibondarev/qdrant-ruby) — API wrapper for the Qdrant vector search database.
- [weaviate-ruby](https://github.com/andreibondarev/weaviate-ruby) — API wrapper for the Weaviate vector search database.### Bot Platforms
- [LLM Server](https://github.com/mariochavez/llm_server) - Host open-source Large Language Model with llama.cpp, an have a private AI server. This server is a Rack API.
- [MagmaChat](https://github.com/magma-labs/magma-chat) - Host your own custom and extensible ChatGPT-based bot platform, written in Rails 7. Tons of cool features.
- [Monadic Chat](https://github.com/yohasebe/monadic-chat) - A highly configurable Ruby framework for creating intelligent chatbots.### Books
- [Patterns of Application Development using AI ($)](https://leanpub.com/patterns-of-application-development-using-ai) - Unlock the power of AI in your applications.
- [RailsAI](https://railsai.com) - Free book - ship your Rails AI MVP fast!### Frameworks
- [AI::Engine ($)](https://insertrobot.com/) - Add OpenAI® Assistants to your Rails app in minutes, not days.
- [Aoororachain](https://github.com/mariochavez/aoororachain) - An opinionated library to build AI application with Ruby and open-source LLMs.
- [Boxcars](https://github.com/BoxcarsAI/boxcars) - Build applications with composability and LLMs.
- [LangChain.rb](https://github.com/andreibondarev/langchainrb) - Build ML/AI-supercharged applications with Ruby's LangChain
- [raix-rails](https://github.com/OlympiaAI/raix-rails) - Ruby AI eXtensions for Rails
- [ruby-openai-swarm](http://github.com/graysonchen/ruby-openai-swarm) Lightweight multi-agent orchestration, adapted from OpenAI’s Swarm.
- [activeagent](https://github.com/activeagents/activeagent) Create agents that take instructions, prompts, and perform actions### Community
- [Ruby AI](https://x.com/i/communities/1709211359039078677) - For folks interested in learning about and building AI applications in Ruby, on X.com!
- [Ruby AI Builders](https://discord.com/servers/ruby-ai-builders-1081742403460923484) - The world's biggest Ruby AI community, on Discord!### i18n
- [instant18n](https://github.com/obie/instant18n) - Fast and magical localization of your app with GPT backend.