Trending AI GitHub Repos
Trending open source AI and machine learning repositories on GitHub.
Showing 50 of 92 items
OpenBMB/VoxCPM
Tokenizer-free speech model for multilingual text-to-speech, creative voice design, and realistic cloning. Targets production-grade voice systems beyond simple demos. If your product talks to users, this is a serious open contender to evaluate. ([github.com](https://github.com/trending/python?since=daily))
ruvnet/ruflo
Agent orchestration platform tuned for Claude-based systems. Focuses on multi-agent swarms, enterprise deployments, and built-in RAG and code workflows. If you’re standardizing on Claude for serious products, study this before rolling your own orchestrator. ([github.com](https://github.com/trending?since=daily))
TauricResearch/TradingAgents
Multi-agent LLM framework for algorithmic trading. Provides reusable components for data pipelines, strategy simulation, and coordinated agents across markets. If you experiment with AI trading, use this instead of gluing together notebooks. ([github.com](https://github.com/trending?since=daily))
Hmbown/DeepSeek-TUI
Terminal-based coding agent UI for DeepSeek models. Wraps an agentic workflow in a fast text interface aimed at power users. If you prefer tmux to web UIs, this is an easy way to live with an AI coding buddy. ([github.com](https://github.com/trending?since=daily))
AIDC-AI/Pixelle-Video
End-to-end pipeline for fully automated short-form video creation with AI. Takes scripts or prompts to generate clips, edits, and captions. If you run content operations, this shows where AI video automation is headed in practice. ([github.com](https://github.com/trending/python?since=daily))
Q00/ouroboros
Positions itself as an "agent OS": specify tasks and constraints instead of hand-writing prompts. Aims to standardize how you define and compose agent behaviors. If you’re drowning in brittle prompt chains, this is a cleaner abstraction to copy. ([github.com](https://github.com/trending/python?since=daily))
Marktechpost/AI-Agents-Projects-Tutorials
Curated collection of multi-agent examples, patterns, and tutorials. Focuses on memory, planning, and reasoning loops. If you’re learning agent engineering, this repo is a practical survey course. ([github.com](https://github.com/trending/jupyter-notebook?since=daily))
ed-donner/llm_engineering
Companion repo for a course on building with large language models. Covers prompts, customization, retrieval, and deployment in runnable notebooks. If you onboard new engineers into AI, this is a solid starting curriculum. ([github.com](https://github.com/trending/jupyter-notebook?since=daily))
langchain-ai/rag-from-scratch
Step-by-step notebooks for building retrieval-augmented generation systems without heavy frameworks. Walks through indexing, retrieval, and response patterns. If your team keeps misusing generic RAG libraries, force everyone to work through this once. ([github.com](https://github.com/trending/jupyter-notebook?since=daily))
ed-donner/agents
Course repo focused on agent-style systems: planning loops, tools, memory, and evaluation. Uses notebooks to walk from toy examples to more realistic workflows. If you’re new to agents, this pairs well with the theory-heavy surveys above. ([github.com](https://github.com/trending/jupyter-notebook?since=daily))
google-ai-edge/gallery
Showcases on-device ML and generative AI demos that run locally. Good starting point if you want examples of production-ready edge AI apps.
Blaizzy/mlx-vlm
Lets you run and customize vision-language models on Apple Silicon using MLX. Great for building local image-and-text assistants on a Mac.
block/goose
Open-source AI agent that installs, edits, executes, and tests code with any language model. Targets real workflows, not just inline suggestions.
onyx-dot-app/onyx
Full-stack open source AI chat platform that plugs into many models. Ships with advanced chat features, memory, and multi-user workspaces.
badlogic/pi-mono
Agent toolkit with a coding-agent CLI, unified LLM API, UI libraries, and Slack bot. Focuses on wiring agents into real dev environments.
dmtrKovalenko/fff.nvim
Fast file-search and context toolkit designed for AI agents and Neovim. Helps agents find the right code spans instead of grepping everything.
google-ai-edge/LiteRT-LM
Runtime for running language models efficiently on edge hardware. Targets phones, Jetson-class boards, and other low-power devices.
luongnv89/claude-howto
Hands-on guide for Claude Code, from basics to multi-agent setups. Gives copy-paste templates, diagrams, and a learning path for serious use.
microsoft/VibeVoice
Open-source frontier voice model stack from Microsoft. Aims at natural, low-latency speech AI that builders can inspect and extend.
google-research/timesfm
Time-series foundation model from Google Research. Lets you forecast many different signals with one shared model, not one model per metric.
Yeachan-Heo/oh-my-claudecode
Teams-first orchestration layer around Claude Code. Manages multi-agent workflows for orgs instead of single-user toy projects.
NousResearch/hermes-agent
General-purpose AI agent framework that grows with user needs. Focuses on composable tools and skills instead of one fixed workflow.
vas3k/TaxHacker
Self-hosted accounting app that uses a language model to read receipts, invoices, and transactions. Targets small businesses that can’t hire a finance team.
SakanaAI/AI-Scientist-v2
Implements AI Scientist v2, which runs agentic tree search over experiments. Pushes toward semi-automated scientific discovery instead of just paper drafting.
roboflow/supervision
Utility library that standardizes computer-vision pre- and post-processing. Saves you from rewriting glue code around detection and segmentation models.
virattt/ai-hedge-fund
Open project for building an AI-driven hedge fund stack. Combines research, data pipelines, and agent workflows aimed at systematic trading.
GoogleCloudPlatform/generative-ai
Large collection of Gemini on Vertex AI notebooks and sample apps. Great starting point if you want to build production-style systems on Google Cloud fast.
666ghj/MiroFish
Implements a "swarm intelligence" engine that predicts arbitrary signals. Useful playground if you want to experiment with alternative forecasting and ensemble ideas.
openclaw/openclaw
Cross-platform personal AI assistant that runs anywhere. Targets power users who want a local-first, extensible agent instead of being locked into one vendor.
Ed1s0nZ/CyberStrikeAI
AI-native security testing platform that wraps 100+ tools behind an orchestration engine. Lets you script serious security checks with agent-style workflows.
shareAI-lab/learn-claude-code
A tiny Claude Code–style agent built mostly with shell tooling. Shows how far you can get with minimal dependencies and careful prompt and script design.
openai/skills
Catalog of reusable "skills" for Codex-style agents. Useful if you want a library of tested recipes instead of inventing every workflow from scratch.
teng-lin/notebooklm-py
Unofficial Python API for Google NotebookLM. Handy if you want to script NotebookLM workflows or integrate it into your data and note systems.
pbakaus/impeccable
Design language aimed at making AI frontends and harnesses more visually consistent. Useful if your AI tools look like prototypes and need polish.
OpenBB-finance/OpenBB
A terminal and SDK that gives analysts and AI agents clean access to financial data. It’s becoming a default backend for quant dashboards and research bots.
huggingface/transformers
The standard library for state-of-the-art models in text, vision, audio, and combined formats. If you build with open models, you almost certainly depend on this already.
ggml-org/whisper.cpp
A fast C/C++ port of OpenAI’s Whisper that runs on laptops, phones, and edge devices. It’s the go-to option when you need offline speech transcription.
chidiwilliams/buzz
A desktop app that wraps Whisper for local transcription and translation. It turns powerful speech models into a one-click tool for creators and analysts.
microsoft/qlib
An AI-first quant finance platform for research and live trading. It bundles data handling, model training, and reinforcement-learning-style strategies in one toolkit.
labring/sealos
An "AI-native" cloud OS on Kubernetes that lets you spin up full stacks for modern AI apps. It targets teams that want their own mini-cloud for models and data.
activepieces/activepieces
A no-code workflow engine built around AI agents and MCP servers. It connects hundreds of tools so you can wire up agent workflows without writing glue code.
upscayl/upscayl
A cross‑platform image upscaler that uses open models to sharpen low-res photos. It’s a simple way to add high-quality upscaling to creative pipelines.
jomjol/AI-on-the-edge-device
Firmware that reads analog meters and similar devices with a tiny on-device vision model. It’s a practical template for bringing AI to legacy hardware.
nautechsystems/nautilus_trader
A high-performance trading backtester and live engine used in many ML-driven strategies. It’s battle-tested infrastructure if you want to train and deploy quant agents.
iOfficeAI/AionUi
AionUi is a local "cowork" interface for many coding agents like Gemini CLI, Claude Code, Opencode, and others. It unifies chat, tools, and project context in one desktop-style workspace.
simstudioai/sim
Sim is an open platform for building and deploying AI agent workflows end to end. It focuses on visual orchestration, so teams can compose tools, models, and memory without hand-rolling brittle pipelines.
anthropics/claude-code
Claude Code runs as a terminal-native coding agent that understands your repo and executes commands. It blurs the line between shell, IDE, and assistant, and it’s quickly becoming a default tool for power users.
anomalyco/opencode
OpenCode is an open-source coding agent that edits and writes code for you, wired into modern tooling. Use it as a local, hackable alternative to proprietary AI dev environments.
frankbria/ralph-claude-code
Ralph wraps Claude Code in an autonomous development loop that runs tasks, monitors progress, and decides when to stop. It’s a concrete testbed for hands-free agent workflows on real codebases.
davila7/claude-code-templates
A CLI and template pack that wires Claude Code into common project setups. It turns spinning up an AI-augmented repo into a one-command operation instead of hours of manual glue.