Python chatgpt

Open-source Python projects categorized as chatgpt

Top 23 Python chatgpt Projects

  1. gpt_academic

    为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。

  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. gpt4free

    The official gpt4free repository | various collection of powerful language models | o4, o3 and deepseek r1, gpt-4.1, gemini 2.5

  4. open-interpreter

    A natural language interface for computers

    Project mention: New Tools for Building Agents | news.ycombinator.com | 2025-03-11
  5. langflow

    Langflow is a powerful tool for building and deploying AI-powered agents and workflows.

    Project mention: Building a Secure Flight Booking System with LLM Agent in Langflow | dev.to | 2025-03-10

    Langflow is a low-code framework that enables developers to visually design and deploy AI apps with LLMs. It simplifies the integration of AI components by allowing you to create complex workflows via a drag-and-drop interface. In our project, we’ll use Langflow to build three workflows: flight search, information queries, and booking operations, connecting our LLM components with security layers.

  6. OpenHands

    🙌 OpenHands: Code Less, Make More

    Project mention: AI Code Review: Should the Author Be the Reviewer? | news.ycombinator.com | 2025-05-01

    When we first started OpenHands (fka OpenDevin) [1], AI-generated PRs would get opened with OpenHands as the PR creator/owner. This created two serious problems:

    * First, the person who triggered the AI could approve and merge the PR. No second set of human eyes needed. Essentially bypassed the code review process

    * Second, the PR had no clear owner. Many of them would just languish with no one advocating for them to get merged. And if one did get merged an caused problems, there was no one you could hold responsible for e.g. not doing QA.

    We quickly switched strategies--every PR is owned by a human being. You can still see which _commits_ were done by OpenHands, but your face is on the PR, so you're responsible for it.

    [1] https://github.com/All-Hands-AI/OpenHands

  7. autogen

    A programming framework for agentic AI 🤖 PyPi: autogen-agentchat Discord: https://aka.ms/autogen-discord Office Hour: https://aka.ms/autogen-officehour

    Project mention: Master Vibe Coding: AI-Powered Workflow | dev.to | 2025-05-11

    The project I developed uses AutoGen to implement the communication between agents, here is the import I used.

  8. 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
  9. SaaSHub

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

    SaaSHub logo
  10. Open-Assistant

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

  11. chatgpt-on-wechat

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

  12. aider

    aider is AI pair programming in your terminal

    Project mention: The Perverse Incentives of Vibe Coding | news.ycombinator.com | 2025-05-14

    Try https://aider.chat + OpenRouter.ai, pay-as-you-go, use any model you want, I use Claude Sonnet.

  13. Hello-Python

    Curso para aprender el lenguaje de programación Python desde cero y para principiantes. 100 clases, 44 horas en vídeo, código, proyectos y grupo de chat. Fundamentos, frontend, backend, testing, IA...

  14. 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/

  15. mem0

    Memory for AI Agents; SOTA in AI Agent Memory, beating OpenAI Memory in accuracy by 26% - https://mem0.ai/research

    Project mention: Show HN: How to make your MCP clients more context-aware | news.ycombinator.com | 2025-05-13
  16. 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
  17. Jobs_Applier_AI_Agent_AIHawk

    AIHawk aims to easy job hunt process by automating the job application process. Utilizing artificial intelligence, it enables users to apply for multiple jobs in a tailored way.

    Project mention: Jobs Applier AI Agent | news.ycombinator.com | 2024-12-08
  18. LLaVA

    [NeurIPS'23 Oral] Visual Instruction Tuning (LLaVA) built towards GPT-4V level capabilities and beyond.

    Project mention: Show HN: LLM Aided OCR (Correcting Tesseract OCR Errors with LLMs) | news.ycombinator.com | 2024-08-09

    This package seems to use llama_cpp for local inference [1] so you can probably use anything supported by that [2]. However, I think it's just passing OCR output for correction - the language model doesn't actually see the original image.

    That said, there are some large language models you can run locally which accept image input. Phi-3-Vision [3], LLaVA [4], MiniCPM-V [5], etc.

    [1] - https://github.com/Dicklesworthstone/llm_aided_ocr/blob/main...

    [2] - https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#de...

    [3] - https://huggingface.co/microsoft/Phi-3-vision-128k-instruct

    [4] - https://github.com/haotian-liu/LLaVA

    [5] - https://github.com/OpenBMB/MiniCPM-V

  19. chatgpt-retrieval-plugin

    The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.

  20. haystack

    AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.

    Project mention: Building a Prompt-Based Crypto Trading Platform with RAG and Reddit Sentiment Analysis using Haystack | dev.to | 2025-04-28

    Haystack forms the backbone of our RAG system. It provides pipelines for processing documents, embedding text, and retrieving relevant information.

  21. best-of-ml-python

    🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.

    Project mention: A ranked list of machine learning Python libraries. Updated weekly | news.ycombinator.com | 2025-01-31
  22. kirara-ai

    🤖 可 DIY 的 多模态 AI 聊天机器人 | 🚀 快速接入 微信、 QQ、Telegram、等聊天平台 | 🦈支持DeepSeek、Grok、Claude、Ollama、Gemini、OpenAI | 工作流系统、网页搜索、AI画图、人设调教、虚拟女仆、语音对话 |

  23. RWKV-LM

    RWKV (pronounced RwaKuv) is an RNN with great LLM performance, which can also be directly trained like a GPT transformer (parallelizable). We are at RWKV-7 "Goose". So it's combining the best of RNN and transformer - great performance, linear time, constant space (no kv-cache), fast training, infinite ctx_len, and free sentence embedding.

    Project mention: Ask HN: Is anybody building an alternative transformer? | news.ycombinator.com | 2025-02-14

    You can see all the development directly from them: https://github.com/BlinkDL/RWKV-LM

    Last week version 7 was released and every time they make significant improvements.

  24. onyx

    Gen-AI Chat for Teams - Think ChatGPT if it had access to your team's unique knowledge.

    Project mention: Show HN: Open-source Deep Research across workplace applications | news.ycombinator.com | 2025-03-03
  25. gorilla

    Gorilla: Training and Evaluating LLMs for Function Calls (Tool Calls)

    Project mention: Gorilla: Bridging LLMs and the Real World | dev.to | 2024-12-10
  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 chatgpt discussion

Log in or Post with

Python chatgpt related posts

  • The Perverse Incentives of Vibe Coding

    1 project | news.ycombinator.com | 14 May 2025
  • Show HN: How to make your MCP clients more context-aware

    1 project | news.ycombinator.com | 13 May 2025
  • Exploring CLI Alternatives to Claude Code for Agentic Coding Workflows

    4 projects | dev.to | 12 May 2025
  • Master Vibe Coding: AI-Powered Workflow

    5 projects | dev.to | 11 May 2025
  • 10 open-source cursor alternatives devs are loving in 2025

    8 projects | dev.to | 9 May 2025
  • 10 open-source MCPs that make your AI agents smarter than your team lead

    14 projects | dev.to | 9 May 2025
  • Nobody Codes Here Anymore

    4 projects | news.ycombinator.com | 8 May 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 gpt_academic 68,414
2 gpt4free 64,197
3 open-interpreter 59,369
4 langflow 60,976
5 OpenHands 54,188
6 autogen 44,397
7 quivr 37,830
8 Open-Assistant 37,345
9 chatgpt-on-wechat 36,729
10 aider 32,659
11 Hello-Python 29,989
12 khoj 29,974
13 mem0 28,972
14 MoneyPrinterTurbo 28,094
15 Jobs_Applier_AI_Agent_AIHawk 28,094
16 LLaVA 22,500
17 chatgpt-retrieval-plugin 21,176
18 haystack 20,614
19 best-of-ml-python 20,028
20 kirara-ai 15,213
21 RWKV-LM 13,575
22 onyx 12,800
23 gorilla 12,053

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?