awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
J

janhq/cortex.cpp

0
View on GitHub↗
2,756 स्टार्स·174 फोर्क्स·C++·Apache-2.0·3 व्यूज़

Cortex.cpp

Features

  • AI & Machine Learning - Local AI API platform
  • Inference Engines - Embeddable multi-engine inference for local application integration.

स्टार हिस्ट्री

janhq/cortex.cpp के लिए स्टार हिस्ट्री चार्टjanhq/cortex.cpp के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Cortex.cpp के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Cortex.cpp के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • ggml-org/llama.cppggml-org का अवतार

    ggml-org/llama.cpp

    116,799GitHub पर देखें↗

    Llama.cpp is an inference engine designed for the local execution of text-based and multimodal language models on consumer hardware. It provides a core environment for running models that process both text and image inputs, utilizing hardware-accelerated backends to optimize performance across diverse CPU and GPU architectures. The project distinguishes itself by offering a lightweight HTTP server that adheres to standard API specifications, enabling chat completion, embeddings, and reranking services. It includes a suite of tools for model quantization and conversion, which reduces memory us

    C++ggml
    GitHub पर देखें↗116,799
  • janhq/janjanhq का अवतार

    janhq/jan

    43,043GitHub पर देखें↗

    Jan is a desktop application that functions as a local artificial intelligence model runtime and an open-standard API server. It enables the execution of large language models directly on local hardware, ensuring that data remains private and accessible offline while providing a unified interface for managing model weights and inference runtimes. The platform distinguishes itself by offering a modular inference backend that allows users to swap execution engines based on hardware compatibility and performance needs. It acts as a cross-platform orchestrator, providing the ability to switch bet

    TypeScriptchatgptgptllamacpp
    GitHub पर देखें↗43,043
  • ggerganov/llama.cppggerganov का अवतार

    ggerganov/llama.cpp

    116,912GitHub पर देखें↗

    llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across various hardware architectures. It provides the core components for local model execution, including a dedicated model quantizer for compressing weights into the GGUF format and a system for generating text embeddings for semantic search. The project distinguishes itself through specialized memory and execution optimizations, such as block-wise weight quantization to reduce memory footprints and memory-mapped model loading. It supports structured text generation by using formal

    C++
    GitHub पर देखें↗116,912
  • jmorganca/ollamajmorganca का अवतार

    jmorganca/ollama

    174,350GitHub पर देखें↗

    Ollama is a cross-platform runtime for managing, serving, and executing large language models on local hardware. It functions as a model manager and orchestrator that allows for the downloading, updating, and organization of model weights and configurations to ensure private and offline inference. The system provides a local inference API and a RESTful interface for programmatic model lifecycle management and text generation. It utilizes a compiled C++ backend to handle tensor operations and memory management. To support various hardware configurations, the runtime employs dynamic GPU offloa

    Go
    GitHub पर देखें↗174,350
Cortex.cpp के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

janhq/cortex.cpp की मुख्य विशेषताएं क्या हैं?

janhq/cortex.cpp की मुख्य विशेषताएं हैं: AI & Machine Learning, Inference Engines।

janhq/cortex.cpp के कुछ ओपन-सोर्स विकल्प क्या हैं?

janhq/cortex.cpp के ओपन-सोर्स विकल्पों में शामिल हैं: janhq/jan — Jan is a desktop application that functions as a local artificial intelligence model runtime and an open-standard API… langchain-ai/langchain — LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large… ggerganov/llama.cpp — llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across… ggml-org/llama.cpp — Llama.cpp is an inference engine designed for the local execution of text-based and multimodal language models on… jmorganca/ollama — Ollama is a cross-platform runtime for managing, serving, and executing large language models on local hardware. It… michael-a-kuykendall/shimmy — Shimmy is a local large language model inference engine and server that loads and serves GGUF formatted weights. It is…