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
·
googlesamples avatar

googlesamples/mlkit

0
View on GitHub↗
4,248 stars·3,090 forks·Java·Apache-2.0·5 vues

Mlkit

Ce dépôt est une collection d'applications d'exemple et de projets de référence pour intégrer des API de machine learning sur appareil dans des applications mobiles. Il fournit des exemples d'implémentation pour Android et iOS, démontrant comment intégrer des modèles de vision par ordinateur et de traitement du langage naturel.

Le projet couvre l'implémentation de la vision par ordinateur mobile, incluant la reconnaissance de texte, la détection de visages et la lecture de codes-barres. Il inclut des workflows pour le traitement d'image en temps réel et l'intégration de modèles pré-entraînés qui traitent les données localement sur l'appareil.

Features

  • On-Device Inference - Provides reference implementations for executing machine learning models locally on mobile hardware to eliminate cloud dependency.
  • Cross-Platform ML Deployment - Provides a unified approach to implementing consistent ML behaviors across both iOS and Android platforms.
  • Machine Learning Integrations - Demonstrates the process of embedding pre-trained ML models into mobile applications to enable on-device intelligence.
  • Mobile Vision Implementations - Implements practical mobile computer vision features including text recognition, face detection, and barcode scanning.
  • Mobile Reference Implementations - Ships separate, native codebase paths for Android and iOS to demonstrate platform-specific ML API integration.
  • Android ML Examples - Provides a comprehensive collection of reference projects for implementing ML Kit features on Android.
  • iOS ML Examples - Provides a comprehensive collection of reference projects for implementing ML Kit features on iOS.
  • Mobile ML Sample Applications - Offers a collection of sample apps that demonstrate how to integrate on-device ML APIs on Android and iOS.
  • Real-Time Frame Analysis - Builds workflows that analyze live camera frames in real time for object identification and text reading.
  • Asynchronous Processing Pipelines - Implements background processing pipelines to ensure heavy ML computations do not freeze the mobile user interface.
  • Event-Driven UI Rendering - Triggers real-time UI updates based on the continuous data stream produced by the camera and ML models.

Historique des stars

Graphique de l'historique des stars pour googlesamples/mlkitGraphique de l'historique des stars pour googlesamples/mlkit

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Mlkit

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Mlkit.
  • deepjavalibrary/djlAvatar de deepjavalibrary

    deepjavalibrary/djl

    4,828Voir sur GitHub↗

    Deep Java Library is a Java deep learning framework and JVM model inference engine. It provides a high-level API for building and deploying deep learning models within the Java ecosystem, acting as a cross-platform runtime for executing models across CPUs, GPUs, and mobile devices. The library is engine-agnostic, allowing users to switch between different deep learning engines such as PyTorch, TensorFlow, and MXNet while maintaining a single unified API. This enables the deployment of the same model across different backends without changing the application code. The framework supports the f

    Java
    Voir sur GitHub↗4,828
  • jomjol/ai-on-the-edge-deviceAvatar de jomjol

    jomjol/AI-on-the-edge-device

    8,461Voir sur GitHub↗

    AI-on-the-edge-device is an edge AI meter digitizer and computer vision image processor designed to convert images of analog and digital utility meters into numeric values. It functions as an IoT gateway that runs neural network inference locally on hardware to monitor water, power, and gas readings. The system is distinguished by its ability to handle both analog pointers and digital digits through custom-trained neural networks. It includes specialized tools for image alignment, region-of-interest extraction, and hardware-level lighting control to minimize glare on glass surfaces. To mainta

    C++
    Voir sur GitHub↗8,461
  • google-ai-edge/litert-lmAvatar de google-ai-edge

    google-ai-edge/LiteRT-LM

    5,619Voir sur GitHub↗

    LiteRT-LM is a high-performance inference framework designed to execute large language models locally on mobile, desktop, and IoT hardware. It serves as an on-device model runtime that utilizes CPU, GPU, and NPU acceleration to provide low-latency processing. The framework is distinguished by its ability to process text, vision, and audio inputs through a single multi-modal inference engine. It features a local HTTP server that emulates OpenAI-compatible API endpoints and a WebGPU-based runtime for executing models directly within a web browser. To ensure output reliability, it includes a con

    C++
    Voir sur GitHub↗5,619
  • tmoroney/auto-subsAvatar de tmoroney

    tmoroney/auto-subs

    2,851Voir sur GitHub↗

    Auto-subs is an AI transcription and automatic captioning tool that converts spoken audio from video files into synchronized subtitles. It functions as a subtitle generator and a transcription bridge, enabling the conversion of speech to text with automatic speaker identification and multi-language translation support. The software prioritizes data privacy by utilizing on-device AI inference to process audio and video files locally on the user's hardware. It distinguishes itself by offering deep integration with professional video editing workflows, allowing users to export timing and transcr

    TypeScriptaidavincidavinci-resolve
    Voir sur GitHub↗2,851
Voir les 30 alternatives à Mlkit→

Questions fréquentes

Que fait googlesamples/mlkit ?

Ce dépôt est une collection d'applications d'exemple et de projets de référence pour intégrer des API de machine learning sur appareil dans des applications mobiles. Il fournit des exemples d'implémentation pour Android et iOS, démontrant comment intégrer des modèles de vision par ordinateur et de traitement du langage naturel.

Quelles sont les fonctionnalités principales de googlesamples/mlkit ?

Les fonctionnalités principales de googlesamples/mlkit sont : On-Device Inference, Cross-Platform ML Deployment, Machine Learning Integrations, Mobile Vision Implementations, Mobile Reference Implementations, Android ML Examples, iOS ML Examples, Mobile ML Sample Applications.

Quelles sont les alternatives open-source à googlesamples/mlkit ?

Les alternatives open-source à googlesamples/mlkit incluent : deepjavalibrary/djl — Deep Java Library is a Java deep learning framework and JVM model inference engine. It provides a high-level API for… xiaomi/mace — Mace is a mobile deep learning inference framework and hardware acceleration engine. It functions as a runtime for… tmoroney/auto-subs — Auto-subs is an AI transcription and automatic captioning tool that converts spoken audio from video files into… jomjol/ai-on-the-edge-device — AI-on-the-edge-device is an edge AI meter digitizer and computer vision image processor designed to convert images of… google-ai-edge/litert-lm — LiteRT-LM is a high-performance inference framework designed to execute large language models locally on mobile,… google/gemma.cpp — gemma.cpp is a C++ inference engine for Gemma, PaliGemma, and Griffin language models, designed to run directly…