
內容簡介
總結:
這個外掛允許管理員自訂使用者上傳到伺服器的圖片類型,並有能力阻止某些圖片的上傳。
問題與答案:
<ul>
<li>問題: 這個外掛提供了什麼功能?
答案: 這個外掛讓管理員可以選擇允許使用者上傳哪種圖片,或是阻止使用者上傳到伺服器。</li>
<li>問題: 這個外掛整合了什麼?
答案: 這個外掛使用第三方模型從 https://tfhub.dev/google/imagenet/mobilenet_v1_025_224/classification/1(資料不會離開使用者的裝置,僅載入模型)。</li>
</ul>
外掛標籤
開發者團隊
原文外掛簡介
Image Classify is a WordPress plugin that provides a block to classify images using deep learning. The plugin allows administrators to control what kind of images users can upload, helping to block unwanted image uploads to the server.
The plugin uses a third-party deep learning model to perform image classification, without sending data outside of the user’s device. The model is loaded locally, ensuring data privacy.
Features
Image classification using TensorFlow.js with MobileNet V1.
Set minimum confidence score thresholds for image classes.
Control image uploads based on classification results.
Integrations
The plugin uses a third-party model from TensorFlow Hub, but no data is sent out of the user’s device. The model used is:
* MobileNet V1 Classification Model
