jiechau commited on
Commit
8e0a9ba
1 Parent(s): 6c48d0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -14,6 +14,12 @@ pipeline_tag: image-classification
14
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
15
  probably proofread and complete it, then remove this comment. -->
16
 
 
 
 
 
 
 
17
  # use transformers pipeline
18
  ```python
19
  from transformers import pipeline
 
14
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
15
  probably proofread and complete it, then remove this comment. -->
16
 
17
+ # adult-content-identify-image
18
+
19
+ Determine whether online sales products are adult content. Input: image content, Output results: 0 Unknown, 1 Adult Content, 2 General Merchandise.
20
+
21
+ 判斷網路銷售商品是否屬於成人內容。輸入圖片內容,輸出結果: 0 未知, 1 成人內容, 2 一般商品。
22
+
23
  # use transformers pipeline
24
  ```python
25
  from transformers import pipeline