2 Repos
Server components that expose application functionality through standard HTTP endpoints.
Distinguishing note: Focuses on the server layer architecture rather than general web application frameworks.
Explore 2 awesome GitHub repositories matching web development · API Server Layers. Refine with filters or upvote what's useful.
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
Exposes local model capabilities through standard HTTP endpoints for compatibility with existing tools.
Megaparse is a document parsing tool and RAG data preprocessor designed to convert PDFs, Word documents, and presentations into clean text formats. It functions as a vision-based document extractor that recovers high-fidelity information from images and complex layouts to optimize data for large language model ingestion. The system employs multimodal AI and vision models to perform schema-preserving parsing, which maintains structural hierarchies such as tables and headers. It utilizes lossless structural transformation to turn layout-heavy binary files into text sequences while preserving th
Implements a server layer that exposes document parsing logic through standard HTTP endpoints.