Python AI

Open-source Python projects categorized as AI

Top 23 Python AI Projects

  1. AutoGPT

    AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

    Project mention: Ask HN: Would You Use a Dev Tool That Does "Requirements → Tests → Code"? | news.ycombinator.com | 2025-06-12

    >I’ve been using Cursor and other AI coding tools, and I noticed a pattern: they go from requirements → code → fix when it breaks. It works, but it’s reactive. I write what I want, it half-understands, breaks something, and I patch it.

    This is last generation AI coding. I was literally using qwen2.5 coder instruct yesterday; so i havent moved on yet.

    Next gen is with similar options to: https://github.com/Significant-Gravitas/AutoGPT

    or https://www.langchain.com/agents

    honestly havent tried either of those.

    >What I wish existed is a flow like this: Requirements → Generate Tests → Generate Code → Run Tests

    Isnt that what github copilot is doing? This is what i didnt like about it; but im sure more talented devs appreciate what it's doing.

    >Would you use something like this? Would you pay for it (e.g. Cursor-level pricing, ~$20/mo)? What would break this in your workflow?

    Why not go for the sky?

    Requirements -> fully generated project that just works and i dont care how it got there. Scotty on the enterprise was just writing prompts and never looking at unit tests.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. stable-diffusion-webui

    Stable Diffusion web UI

    Project mention: Enhancing Creativity: A Web Interface for Stable Diffusion | dev.to | 2025-03-21

    For those interested in this innovative tool, accessing the GitHub repository at https://github.com/AUTOMATIC1111/stable-diffusion-webui provides further details and instructions on how to utilize its features effectively. Embrace the future of creativity and unlock new possibilities with this enhanced web interface for Stable Diffusion.

  4. Deep-Live-Cam

    real time face swap and one-click video deepfake with only a single image

    Project mention: Discord's face scanning age checks 'start of a bigger shift' | news.ycombinator.com | 2025-04-17

    I'm in the UK and discord has asked me to complete this check (but I haven't, yet). I can still use discord just fine, it just won't let me view any media it considers "adult".

    I am an adult but refuse to let them scan my face as a matter of principle, so I've considered using https://github.com/hacksider/Deep-Live-Cam to "deepfake" myself and perform the verification while wearing a fake face.

  5. gpt-engineer

    CLI platform to experiment with codegen. Precursor to: https://lovable.dev

    Project mention: Você não está mais codificando sozinho(a): O desenvolvimento na era dos code agents | dev.to | 2025-03-30
  6. LLaMA-Factory

    Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)

    Project mention: What is LLaMA Factory? LLM Fine-Tuning | dev.to | 2025-05-20

    Basically, LLaMA-Factory is just this totally awesome open-source thing by some great dev dude hiyouga. It's a one-stop-shop for fiddling with data from over 100 different LLMs and even VLMs (those are the ones which get visual). People love this thing. It doesn't surprise me. It takes some serious headache out of fiddling around.

  7. OpenBB

    Investment Research for Everyone, Everywhere.

    Project mention: OpenBB – Investment Research for Everyone, Everywhere | news.ycombinator.com | 2025-03-22
  8. ColossalAI

    Making large AI models cheaper, faster and more accessible

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. unsloth

    Fine-tuning & Reinforcement Learning for LLMs. 🦥 Train Qwen3, Llama 4, DeepSeek-R1, Gemma 3, TTS 2x faster with 70% less VRAM.

    Project mention: When Fine-Tuning Makes Sense: A Developer's Guide | news.ycombinator.com | 2025-06-01

    Lot's of tools for each of those separately (RAG and fine-tuning). We're working on combining them but it's not ready yet.

    You don't need a big GPU cluster. Fine-tuning is quite accessible via both APIs and local tools. Some suggestions:

    - getkiln.ai (biased, my tool): let's you try all of the below, and compare/eval the resulting models

    - API based tuning for closed models: OpenAI, Google Gemini

    - API based tuning for open models: Together.ai, Fireworks.ai

    - Local tuning for open models: https://unsloth.ai (can be run on Google Collab instances if you don't have local Nvidia GPUs).

  11. quivr

    Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want.

    Project mention: Ask HN: Local RAG with private knowledge base | news.ycombinator.com | 2024-10-29
  12. chatgpt-on-wechat

    基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择GPT4.1/GPT-4o/GPT-o1/ DeepSeek/Claude/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。

  13. Open-Assistant

    OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.

  14. MoneyPrinterTurbo

    利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.

    Project mention: Show HN: Generate short videos with one click using AI LLM | news.ycombinator.com | 2024-11-15
  15. MockingBird

    🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time

  16. mem0

    Memory for AI Agents; Announcing OpenMemory MCP - local and secure memory management.

    Project mention: Show HN: How to make your MCP clients more context-aware | news.ycombinator.com | 2025-05-13
  17. gpt-pilot

    The first real AI developer

    Project mention: How We Made Sure Big Companies Can’t Steal Our Code | dev.to | 2025-01-30

    If you’re curious about GPT Pilot, check out our blog post or explore the codebase.

  18. crewAI

    Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

    Project mention: CrewAI: Framework for orchestrating role-playing, autonomous AI agents | news.ycombinator.com | 2025-05-08
  19. docling

    Get your documents ready for gen AI

    Project mention: Open-source 3B param model better than Mistral OCR | news.ycombinator.com | 2025-06-15

    How's this compare with docling (https://github.com/docling-project/docling)?

  20. MindsDB

    AI's query engine - Platform for building AI that can answer questions over large scale federated data. - The only MCP Server you'll ever need

    Project mention: Build an AI Agent That Understands SQL and PDFs Using MindsDB | dev.to | 2025-04-30

    In this tutorial, you'll learn how to build a production-ready AI agent that can answer questions using both structured data from a PostgreSQL database and unstructured content from PDF files. We'll use MindsDB, an open-source platform designed to integrate LLM-powered agents with databases and external knowledge sources like documents.

  21. spaCy

    💫 Industrial-strength Natural Language Processing (NLP) in Python

    Project mention: spaCy - NLP in Python | dev.to | 2025-05-20
  22. khoj

    Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.

    Project mention: Top 13 Self-Hosted Projects with the Most GitHub Stars | dev.to | 2024-09-10

    GitHub https://github.com/khoj-ai/khoj GitHub Star 12.4k GitHub Fork 627 GitHub Issue 64 GitHub Pull Request 3 GitHub Contributor 35 Open Source License AGPL-3.0 Official Website https://khoj.dev/ Documentation https://docs.khoj.dev/

  23. roop

    one-click face swap

    Project mention: Deep Live Cam: Real-Time Face Swapping and One-Click Video Deepfake Tool | news.ycombinator.com | 2024-08-10

    Looks like this project is a fork of the discontinued roop[0] with primarily some UI improvements. One of roop's main developers has been working on facefusion[1] for the past year and it produces by far the most convincing results from the ones i've seen and it also supports real time webcam face swapping.

    0: https://github.com/s0md3v/roop/

  24. pytorch-lightning

    Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.

  25. agno

    Full-stack framework for building Multi-Agent Systems with memory, knowledge and reasoning.

    Project mention: Show HN: Agno – A full-stack framework for building Multi-Agent Systems | news.ycombinator.com | 2025-06-01

    Thank you for the feedback and the kind words.

    Agree that the cookbooks have gotten messy. Not an excuse but sharing the root case behind it: we're building very, very fast and putting examples out for users quickly. We maintain backwards compatibility so sometimes you see 2 examples doing the same thing.

    I'll make it a point to clean up the cookbooks and share more examples under this comment. Here are 2 to get started:

    - Content creator team: https://github.com/agno-agi/agno/blob/main/cookbook/examples...

    - Blog post generator workflow: https://github.com/agno-agi/agno/blob/main/cookbook/workflow...

    Both are easily extensible. Always available for feedback at ashpreet[at]agno[dot]com

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python AI discussion

Log in or Post with

Python AI related posts

  • Open-source 3B param model better than Mistral OCR

    3 projects | news.ycombinator.com | 15 Jun 2025
  • Show HN: Automate final cut pro's XML language

    3 projects | news.ycombinator.com | 13 Jun 2025
  • Thiings

    1 project | news.ycombinator.com | 13 Jun 2025
  • Ask HN: Would You Use a Dev Tool That Does "Requirements → Tests → Code"?

    1 project | news.ycombinator.com | 12 Jun 2025
  • Open source TTS by Resemble (claiming they are sota)

    16 projects | news.ycombinator.com | 11 Jun 2025
  • What is Google Agent Development Kit (ADK)? 🤖 Agent App with Local, Remote MCP Tools 🔧 using ADK, Gemini, Fast API, Streamlit UI

    2 projects | dev.to | 11 Jun 2025
  • Show HN: Docling, Simplified Document Processing

    1 project | news.ycombinator.com | 10 Jun 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source AI projects in Python? This list will help you:

# Project Stars
1 AutoGPT 176,149
2 stable-diffusion-webui 153,364
3 Deep-Live-Cam 70,913
4 gpt-engineer 54,324
5 LLaMA-Factory 52,324
6 OpenBB 41,961
7 ColossalAI 40,971
8 unsloth 40,474
9 quivr 37,970
10 chatgpt-on-wechat 37,576
11 Open-Assistant 37,374
12 MoneyPrinterTurbo 36,580
13 MockingBird 36,328
14 mem0 34,527
15 gpt-pilot 32,781
16 crewAI 32,719
17 docling 31,885
18 MindsDB 32,148
19 spaCy 31,774
20 khoj 30,312
21 roop 29,936
22 pytorch-lightning 29,608
23 agno 28,178

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?