awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesNetworked API Services

Capabilities for exposing library functionality as an HTTP web service for remote access.

Distinct from Networked Web Services: The candidates focus on PaaS deployment or generic web services, while this is about exposing a specific vision library as an API.

Explore 4 awesome GitHub repositories matching web development · Networked API Services. Refine with filters or upvote what's useful.

Awesome Networked API Services GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ageitgey/face_recognitionAvatar de ageitgey

    ageitgey/face_recognition

    56,504Voir sur GitHub↗

    This is a Python facial recognition library designed to detect, encode, and identify human faces in images and video. It functions as a biometric identification tool that converts facial features into numerical encodings to compare and match identities. The library provides a computer vision command line interface for batch processing face detection and recognition tasks across image directories. It also supports a GPU accelerated vision API that utilizes CUDA and NVIDIA hardware to increase the speed of facial analysis and identification. Its capabilities cover human face detection and faci

    Enables exposing facial recognition capabilities as an HTTP API for remote identification requests.

    Pythonface-detectionface-recognitionmachine-learning
    Voir sur GitHub↗56,504
  • torch/torch7Avatar de torch

    torch/torch7

    9,127Voir sur GitHub↗

    Torch7 is a scientific computing environment and tensor computation library used for deep learning research and numerical analysis. It functions as a Lua-based framework for training neural networks and learning agents, providing a toolkit for implementing architectures and training through reinforcement learning algorithms. The project is distinguished by its tight integration with C, utilizing a binding layer to map high-level scripting to low-level C structures for direct memory access. It supports hardware-accelerated computation by offloading linear algebra and convolution operations to

    Enables exposing library functionality as an HTTP web service for remote access and real-time data streaming.

    C
    Voir sur GitHub↗9,127
  • opendronemap/odmAvatar de OpenDroneMap

    OpenDroneMap/ODM

    5,853Voir sur GitHub↗

    OpenDroneMap (ODM) is an open-source aerial drone photogrammetry pipeline that converts 2D images into georeferenced 3D models, orthophotos, point clouds, and digital elevation maps. At its core, the OpenDroneMap Processing Engine orchestrates a complete Structure-from-Motion workflow, from feature extraction through dense reconstruction and tiled output generation, purpose-built for transforming drone-captured imagery into geospatial data products. The toolkit distinguishes itself through GPU-accelerated SIFT feature extraction using CUDA-capable NVIDIA graphics cards, roughly doubling proce

    Provides a REST API with a task queue for remote photogrammetry job submission and asynchronous result retrieval.

    Pythonaerial-imagerydronephotogrammetry
    Voir sur GitHub↗5,853
  • jina-ai/discoartAvatar de jina-ai

    jina-ai/discoart

    3,829Voir sur GitHub↗

    Discoart is a diffusion model orchestration framework and distributed GPU generation engine designed to automate and scale image generation workflows across hardware clusters. It functions as a generative AI model API, providing HTTP and gRPC endpoints to trigger and retrieve images from diffusion models as a network service. The system distinguishes itself through a comprehensive task management layer that includes timeline-based prompt and parameter scheduling. It manages the generative art lifecycle by supporting state-based session serialization for recovery, YAML-based configuration mana

    Exposes image generation capabilities as a network service via HTTP and gRPC for remote client access.

    Pythonclip-guided-diffusioncreative-aicreative-art
    Voir sur GitHub↗3,829
  1. Home
  2. Web Development
  3. Networked API Services

Explorer les sous-tags

  • Photogrammetry API ServicesRESTful HTTP interfaces that expose photogrammetry processing pipelines for remote job submission and result retrieval. **Distinct from Networked API Services:** Distinct from general Networked API Services: specifically exposes a photogrammetry pipeline, not arbitrary library functionality.