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

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

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

5 مستودعات

Awesome GitHub RepositoriesTensorFlow.js Models

A pre-trained neural network that categorizes images into NSFW and safe content classes using TensorFlow.js.

Distinct from Image Classification Models: Distinct from Image Classification Models: specifically built with TensorFlow.js for browser and Node.js deployment, targeting NSFW content.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · TensorFlow.js Models. Refine with filters or upvote what's useful.

Awesome TensorFlow.js Models GitHub Repositories

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

    tensorflow/tfjs

    19,134عرض على GitHub↗

    TensorFlow.js is a JavaScript machine learning library used for training and deploying models in web browsers and server-side environments. It functions as a browser-based model trainer, a WebAssembly inference engine, and a WebGPU accelerated tensor library for low-level linear algebra. The project also includes a model converter to transform Python-based models into optimized formats for JavaScript execution. The library distinguishes itself through a pluggable backend architecture that allows mathematical operations to be executed via CPU, WebGL, or WebGPU. It supports the conversion of Py

    Provides pre-trained models to identify and filter adult or inappropriate visual content on the client side.

    TypeScript
    عرض على GitHub↗19,134
  • infinitered/nsfwjsالصورة الرمزية لـ infinitered

    infinitered/nsfwjs

    8,908عرض على GitHub↗

    NSFW detection on the client-side via TensorFlow.js

    A pre-trained neural network that categorizes images into NSFW and safe content classes using TensorFlow.js.

    TypeScriptcontent-managementjavascriptmachine-learning
    عرض على GitHub↗8,908
  • yeemachine/kalidokitالصورة الرمزية لـ yeemachine

    yeemachine/kalidokit

    5,660عرض على GitHub↗

    Kalidokit is a web-based motion capture tool that transforms real-time webcam video into 3D character animation data. It functions as a blendshape and kinematics calculator, converting facial, hand, and body tracking data from Mediapipe and TensorFlow.js into blendshape weights and euler rotations for driving digital puppets and avatars. The tool solves face landmarks to derive head rotation, eye blinks, mouth shapes, and brow values for rigging, while hand landmarks are converted into finger joint rotations and body keypoints into per-joint euler rotations for full-body animation. It include

    Processes real-time webcam landmark data from TensorFlow.js models into rig-ready animation parameters for avatars.

    TypeScriptface-detectionhand-detectionmediapipe-facemesh
    عرض على GitHub↗5,660
  • jasonmayes/real-time-person-removalالصورة الرمزية لـ jasonmayes

    jasonmayes/Real-Time-Person-Removal

    5,158عرض على GitHub↗

    Real-Time-Person-Removal هو تطبيق رؤية حاسوبية قائم على الويب مصمم لتحديد وإزالة الأشكال البشرية من بث الفيديو المباشر. باستخدام TensorFlow.js، تعمل الأداة كنظام لطرح الخلفية في الوقت الفعلي يقوم بتحليل تكوين المشهد لعزل الخلفيات الثابتة عن الأشخاص المتحركين. يمكن المشروع من إجراء رؤية حاسوبية قائمة على المتصفح من خلال معالجة خلاصات فيديو كاميرا الويب مباشرة في العميل. يستخدم التعلم الآلي للتمييز بين عناصر المشهد الديناميكية والخلفية، مما يسمح بإزالة الأشخاص في الوقت الفعلي من المجال البصري.

    Uses TensorFlow.js to identify and remove people from video streams in real time.

    JavaScript
    عرض على GitHub↗5,158
  • webdevsimplified/face-detection-javascriptالصورة الرمزية لـ WebDevSimplified

    WebDevSimplified/Face-Detection-JavaScript

    1,036عرض على GitHub↗

    This project is a JavaScript library designed for real-time face detection directly within a web browser. It functions as a machine learning model wrapper that enables developers to identify and track human faces in live video streams without the need for backend server processing. The library utilizes browser-native media access to stream raw camera data into application memory, where it performs pixel-level analysis. By leveraging a tensor-based inference engine and web-assembly acceleration, the tool executes complex neural network calculations locally to achieve high-performance computer

    Executes heavy mathematical operations for neural network calculations using low-level binary instructions within the browser.

    JavaScript
    عرض على GitHub↗1,036
  1. Home
  2. Artificial Intelligence & ML
  3. Computer Vision Systems
  4. Computer Vision
  5. Image Classification Models
  6. TensorFlow.js Models

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

  • Person Removal ImplementationsSpecific applications of TensorFlow.js models designed to identify and mask human figures. **Distinct from TensorFlow.js Models:** Distinct from TensorFlow.js Models: focuses on the specific application of person removal rather than general NSFW classification.
  • TensorFlow.js Motion PipelinesProcesses real-time webcam landmark data from TensorFlow.js models into rig-ready animation parameters for avatars. **Distinct from TensorFlow.js Models:** Distinct from TensorFlow.js Models: focuses on the pipeline from model output to animation parameters, not just the models themselves.