awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesMachine Learning Integrations

The process of embedding trained machine learning models into software applications to enhance user experience.

Distinct from Machine Learning: Candidates are either for specific languages (.NET, Java) or causal ML, whereas this is general application integration.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Machine Learning Integrations. Refine with filters or upvote what's useful.

Awesome Machine Learning Integrations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • firebase/quickstart-jsالصورة الرمزية لـ firebase

    firebase/quickstart-js

    5,367عرض على GitHub↗

    هذا المشروع عبارة عن مجموعة من التنفيذات المرجعية، والكود النموذجي، وأدوات البدء لدمج خدمات Firebase الخلفية في تطبيقات الويب باستخدام JavaScript SDK. يعمل كدليل عملي لتمهيد المشاريع مع المصادقة المستضافة على السحابة، وقواعد البيانات، والمنطق بدون خادم. يوفر المستودع أمثلة محددة لتنفيذ مزامنة البيانات في الوقت الفعلي، وإدارة هوية المستخدم، والوظائف السحابية القائمة على الأحداث. كما يتضمن كوداً مرجعياً لاستخدام محاكيات الخدمة المحلية لاختبار وظائف السحابة على جهاز محلي قبل نشر الإنتاج. يغطي الكود المصدري مجموعة واسعة من القدرات، بما في ذلك تخزين البيانات العلائقية وغير العلائقية (no-sql)، واستضافة الأصول الثابتة على شبكة توصيل محتوى عالمية (CDN)، وفرض قواعد الأمان التعريفية. كما يوضح دمج التحقق من الهوية وتنفيذ المنطق من جانب الخادم في البيئات المدارة.

    Embeds tuned machine learning models into applications to provide intelligent user experience features.

    TypeScript
    عرض على GitHub↗5,367
  • nvidia-omniverse/physxالصورة الرمزية لـ NVIDIA-Omniverse

    NVIDIA-Omniverse/PhysX

    4,606عرض على GitHub↗

    PhysX is a physics engine SDK designed for calculating real-time rigid body dynamics, fluid simulations, and environmental interactions in virtual applications. It includes a GPU-accelerated physics solver for computing complex particle fluids and combustion models, a voxel fluid simulator for real-time gas, fire, and smoke, and a destruction simulation framework for modeling the fracture of meshes. The SDK features a specialized machine learning physics tensor interface that enables the exchange of simulation data with machine learning frameworks using a common tensor format. It also impleme

    Exchanges simulation data with machine learning frameworks using tensor formats for seamless data interoperability.

    C++
    عرض على GitHub↗4,606
  • googlesamples/mlkitالصورة الرمزية لـ googlesamples

    googlesamples/mlkit

    4,248عرض على GitHub↗

    هذا المستودع عبارة عن مجموعة من تطبيقات العينة ومشاريع المرجع لدمج واجهات برمجة تطبيقات تعلم الآلة على الجهاز في تطبيقات الهاتف المحمول. يوفر أمثلة تنفيذ لكل من Android و iOS، مما يوضح كيفية تضمين نماذج رؤية الكمبيوتر ومعالجة اللغات الطبيعية. يغطي المشروع تنفيذ رؤية الكمبيوتر على الهاتف المحمول، بما في ذلك التعرف على النص، واكتشاف الوجه، ومسح الباركود. يتضمن سير عمل لمعالجة الصور في الوقت الفعلي وتكامل النماذج المدربة مسبقاً التي تعالج البيانات محلياً على الجهاز.

    Demonstrates the process of embedding pre-trained ML models into mobile applications to enable on-device intelligence.

    Javabarcodebarcode-scannerface-detection
    عرض على GitHub↗4,248
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning Integrations

استكشف الوسوم الفرعية

  • In-Database MLExecution of machine learning models and vector embeddings directly within the database engine. **Distinct from Machine Learning Integrations:** Focuses on in-database execution rather than embedding models into external software applications
  • Physics-ML InteroperabilityIntegration of physics simulation data with ML frameworks via tensor exchange. **Distinct from Machine Learning Integrations:** Specific to the interoperability between physics and ML, not general application embedding of ML models.