awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to xiaowuc2/chatgpt-python-applications

Projects sharing features with ChatGPT Python Applications

30 open-source projects similar to xiaowuc2/chatgpt-python-applications, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • microsoft/visual-chatgptmicrosoft avatar

    microsoft/visual-chatgpt

    34,079View on GitHub↗

    Visual-ChatGPT is a visual orchestration framework and multimodal AI pipeline designed to coordinate large language models with visual foundation models. It functions as an integration layer that enables the exchange of text and images between different AI models to automate image analysis and editing tasks without requiring additional model training. The system differentiates itself through model-chain orchestration and prompt-based task dispatching, allowing natural language instructions to trigger specific vision models or tools. It utilizes coordinate-based region mapping and iterative ma

    Python
    View on GitHub↗34,079
  • lm-sys/fastchatlm-sys avatar

    lm-sys/FastChat

    39,472View on GitHub↗

    FastChat is a training and serving platform for large language models that provides an integrated toolkit for fine-tuning, hosting, and benchmarking chatbots. It functions as an inference server capable of hosting multiple models and exposing them via a standardized API for chat applications. The platform distinguishes itself through a distributed model controller that manages worker nodes and routes requests across a hardware-agnostic inference layer supporting various accelerators. It includes a dedicated evaluation framework for assessing model quality using automated judges, multi-turn di

    Python
    View on GitHub↗39,472
  • adambard/learnxinyminutes-docsadambard avatar

    adambard/learnxinyminutes-docs

    12,287View on GitHub↗

    This project is a collection of programming language references and syntax cheat sheets designed for rapid developer onboarding. It serves as a library of code-based documentation that uses valid source code files to provide whirlwind tours of various language specifications. The project focuses on programming language learning by providing concise, commented code examples that explain core features and syntax in place. This approach enables developers to quickly grasp language-specific patterns, data types, and execution flow through a consistent reference format. The content covers a broad

    Markdown
    View on GitHub↗12,287

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • ageron/handson-mlageron avatar

    ageron/handson-ml

    25,608View on GitHub↗

    This is a machine learning educational repository consisting of a collection of notebooks and code examples. It provides practical implementations of diverse machine learning algorithms and workflows, ranging from traditional scientific computing to deep learning. The project features specific implementations of Scikit-Learn models, such as decision trees, random forests, and support vector machines, as well as TensorFlow examples for building neural networks, convolutional layers, and recurrent architectures. It also includes tutorials on reinforcement learning development and the creation o

    Jupyter Notebook
    View on GitHub↗25,608
  • ai-sidekick/sidekickA

    ai-sidekick/sidekick

    0View on GitHub↗
    View on GitHub↗0
  • alex/what-happens-whenalex avatar

    alex/what-happens-when

    43,189View on GitHub↗

    This project is a collaborative knowledge base and technical learning resource that provides a detailed breakdown of the internal processes occurring within modern computing environments. It serves as a comprehensive educational reference, tracing the step-by-step operations triggered by common user interactions and network requests to explain how hardware and software components interact across the entire stack. The guide distinguishes itself by offering deep technical insights into the journey from physical input to visual output. It covers the low-level mechanics of hardware interrupt hand

    View on GitHub↗43,189
  • andrewharmellaw/wardley-maps-bookandrewharmellaw avatar

    andrewharmellaw/wardley-maps-book

    306View on GitHub↗

    This is an Asciidoc book of Simon Wardley's "Wardley Maps". It simply takes all his medium posts and joins them together for ease of reading. The intention is to be entirely faithful to the original posts - I've not even fixed the few spelling mistakes - while allowing various output versions to…

    View on GitHub↗306
  • arc53/docsgptarc53 avatar

    arc53/DocsGPT

    17,939View on GitHub↗

    DocsGPT is a retrieval-augmented generation platform and private knowledge base used to build AI agents that perform grounded search and analysis. It functions as a multi-model AI orchestrator and enterprise agent builder, allowing for the integration of various local and cloud language models to customize reasoning and text generation. The project provides a visual environment for developing automated assistants using conditional logic and third-party API connectivity. It enables the creation of private AI agents capable of performing enterprise search and detailed document analysis using pr

    Pythonagent-builderagentsai
    View on GitHub↗17,939
  • andrewt3000/dl4nlpandrewt3000 avatar

    andrewt3000/DL4NLP

    2,187View on GitHub↗

    State of the art resources for NLP sequence modeling tasks such as machine translation, image captioning, and dialog.

    View on GitHub↗2,187
  • anotiawang/open-assistant-helperAnotiaWang avatar

    AnotiaWang/open-assistant-helper

    27View on GitHub↗

    English | 简体中文

    Go
    View on GitHub↗27
  • anse-app/anseanse-app avatar

    anse-app/anse

    1,973View on GitHub↗

    Supercharged experience for multiple models such as ChatGPT, DALL-E and Stable Diffusion.

    TypeScriptazure-openaichatgptdall-e
    View on GitHub↗1,973
  • anse-app/chatgpt-demoanse-app avatar

    anse-app/chatgpt-demo

    7,956View on GitHub↗

    This project is a web-based user interface for interacting with large language models via API keys. It functions as an OpenAI API client and a general LLM web chat interface, allowing users to send prompts and receive responses through a private web portal. The application features a security layer with password-based access control to restrict public usage. It supports custom request routing and proxy configurations to bypass network restrictions, and it is available as a progressive web app for native-like installation on mobile devices. The interface includes rich text rendering for Markd

    TypeScriptastrochatgptchatgpt4
    View on GitHub↗7,956
  • antonio-morales/fuzzing101antonio-morales avatar

    antonio-morales/Fuzzing101

    3,796View on GitHub↗

    Fuzzing101 is an educational resource providing a structured curriculum and containerized security labs for learning software fuzzing and vulnerability research. It functions as a training course that guides users through the process of identifying security flaws using systematic input manipulation and memory corruption analysis. The project distinguishes itself by providing isolated environments that ensure consistent build dependencies for practicing software instrumentation and crash triaging. It includes a practical tutorial on using evolutionary fuzzing engines and instrumentation tools

    View on GitHub↗3,796
  • aphyr/distsys-classaphyr avatar

    aphyr/distsys-class

    9,717View on GitHub↗

    This project provides educational materials and courseware focused on the theoretical and practical foundations of distributed systems design. It serves as a comprehensive curriculum covering the disciplines of consensus, data consistency, reliability engineering, and scalability. The instructional content focuses on achieving cluster agreement through consensus algorithms and managing system-wide state via coordination frameworks. It includes a dedicated guide to data theory, exploring replication strategies, consistency models, and data convergence. The courseware covers a broad capability

    View on GitHub↗9,717
  • arbox/machine-learning-with-rubyarbox avatar

    arbox/machine-learning-with-ruby

    2,215View on GitHub↗

    Curated list: Resources for machine learning in Ruby

    Rubyawesomeawesome-listlist
    View on GitHub↗2,215
  • anderson-joyle/blockchain-for-humansA

    anderson-joyle/blockchain-for-humans

    0View on GitHub↗
    View on GitHub↗0
  • arnas/awesome-pytorch-scholarshipA

    arnas/awesome-pytorch-scholarship

    0View on GitHub↗
    View on GitHub↗0
  • aronwalsh/mlformaterialsaronwalsh avatar

    aronwalsh/MLforMaterials

    151View on GitHub↗

    Online resource of a practical machine learning course in the Department of Materials at Imperial College London.

    Jupyter Notebook
    View on GitHub↗151
  • artem-zinnatullin/thecontext-podcastartem-zinnatullin avatar

    artem-zinnatullin/TheContext-Podcast

    622View on GitHub↗

    Podcast about Android Development with Hannes Dorfmann, Artem Zinnatullin, Artur Dryomov and wonderful guests!

    View on GitHub↗622
  • ashishpatel26/andrew-ng-notesashishpatel26 avatar

    ashishpatel26/Andrew-NG-Notes

    3,594View on GitHub↗

    This project is a collection of structured study notes and notebooks serving as an educational resource for deep learning and neural network fundamentals. It provides a technical reference for implementing machine learning theory, covering everything from basic network design to the construction of advanced architectures. The material specifically focuses on the implementation of convolutional neural networks for computer vision and sequence models for natural language processing. It includes detailed guidance on building object detection systems, face recognition, and speech transcription mo

    Jupyter Notebookandrew-ngandrew-ng-courseandrew-ng-machine-learning
    View on GitHub↗3,594
  • ashishpatel26/real-time-ml-projectashishpatel26 avatar

    ashishpatel26/Real-time-ML-Project

    762View on GitHub↗

    A curated list of applied machine learning and data science notebooks and libraries across different industries.

    View on GitHub↗762
  • awesomedata/awesome-public-datasetsawesomedata avatar

    awesomedata/awesome-public-datasets

    75,979View on GitHub↗

    This project is a community-maintained, open-access directory of high-quality public datasets. It serves as a centralized reference point for researchers, developers, and data scientists to locate reliable information sources across a wide spectrum of industries and scientific fields. By providing a structured index, the repository facilitates the discovery of data necessary for exploratory analysis, machine learning model training, and the development of data-intensive applications. The directory distinguishes itself through a lightweight, platform-agnostic approach to resource indexing that

    aaron-swartzawesome-public-datasetsdatasets
    View on GitHub↗75,979
  • awslabs/lambda-refarch-iotbackendawslabs avatar

    awslabs/lambda-refarch-iotbackend

    251View on GitHub↗

    Serverless Reference Architecture for creating an IoT Backend

    Shell
    View on GitHub↗251
  • azharimm/kbbi-apiazharimm avatar

    azharimm/kbbi-api

    42View on GitHub↗

    ` ENDPOINT /search?q={query} GET https://kbbi-api-amm.herokuapp.com/search?q=apel `

    JavaScript
    View on GitHub↗42
  • bbycroft/llm-vizbbycroft avatar

    bbycroft/llm-viz

    5,260View on GitHub↗

    llm-viz is a 3D architecture visualizer and inference simulator for large language models. It provides a visual representation of network topology and the mathematical operations used during the process of generating a response. The tool enables the exploration of internal weight distributions and the layout of layers within a neural network. It facilitates model interpretability and inference debugging by tracking the step-by-step movement of data through the architecture. The system utilizes GPU-accelerated 3D rendering to visualize tensor flow and spatial mappings of weights. It includes

    TypeScript
    View on GitHub↗5,260
  • benedekrozemberczki/awesome-graph-classificationbenedekrozemberczki avatar

    benedekrozemberczki/awesome-graph-classification

    4,805View on GitHub↗

    A collection of important graph embedding, classification and representation learning papers with implementations.

    Pythonattention-mechanismclassification-algorithmdeep-graph-kernels
    View on GitHub↗4,805
  • beyondcode/writeout.aiB

    beyondcode/writeout.ai

    0View on GitHub↗

    Transcribe and translate audio files using OpenAI's Whisper API.

    View on GitHub↗0
  • bhaskatripathi/pdfgptbhaskatripathi avatar

    bhaskatripathi/pdfGPT

    7,164View on GitHub↗

    pdfGPT is a retrieval augmented generation application and chatbot designed to analyze PDF documents. It functions as a document analyzer and vector search interface, using large language models to answer questions grounded in the content of uploaded files. The system implements a pipeline that extracts text from PDFs, splits content into overlapping segments, and uses vector-based semantic search to retrieve relevant context. This process allows the application to provide responses with verifiable source citations, including page number references to the original document. The project also

    Pythonchatpdfchatwithpdfpdfgpt
    View on GitHub↗7,164
  • bitcoin-studio/bitcoin-programming-with-bitcoinjsbitcoin-studio avatar

    bitcoin-studio/Bitcoin-Programming-with-BitcoinJS

    164View on GitHub↗

    Bitcoin Programming with BitcoinJS, Bitcoin Core and LND

    CSS
    View on GitHub↗164
  • adrianmoisey/learn-pythonadrianmoisey avatar

    adrianmoisey/learn-python

    240View on GitHub↗

    A collection of links that teach python

    View on GitHub↗240