sbrzz commited on
Commit
dd9ea76
1 Parent(s): 45dabe8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -1,5 +1,35 @@
1
  ---
2
- license: other
3
  license_name: cultural-arts-ffr-nffc-licence
4
  license_link: LICENSE
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  license_name: cultural-arts-ffr-nffc-licence
3
  license_link: LICENSE
4
  ---
5
+ # Model Card for Model ID
6
+
7
+ This modelcard provides information about sbrzz/cultural-arts-shield-v0. This model is based on MobileNetV2 and it is fine-tuned on a private dataset from [cultural-arts.com](www.cultural-arts.com)
8
+
9
+ ## Model Details
10
+
11
+ This model is the really first version of ai-shield used in cultural-arts.com. It allows us to discard malecious images upload to our service before entiring in the core of the system.
12
+ We fined tuned a customized MobileNetV2 in order to have only two output classes ("Accepted" and "Garbage").
13
+ We accept an image when it is related to a monument, an historical place or an historical building. In all other cases we say garbage!
14
+
15
+ ### Model Description
16
+
17
+ - **Developed by:** cultural-arts.com AI Team
18
+ - **Model type:** Customized MobileNetV2
19
+ - **License:** Check the LICENCE file in the repo
20
+ - **Finetuned from model:** MobileNetV2 (alpha .35)
21
+
22
+ ## Uses
23
+
24
+ The model, sbrzz/cultural-arts-shield-v0, is intended to serve as an initial screening mechanism for images uploaded to the cultural-arts.com service.
25
+
26
+ ### Direct Use
27
+
28
+ Its primary purpose is to filter out potentially malicious or irrelevant content before such images enter in a image based system.
29
+ The model accept 224x224 3-channels RGB as input and categorizes images into two classes: "Accepted" and "Garbage".
30
+
31
+ ## Bias, Risks, and Limitations [COMING SOON]
32
+
33
+ ### Recommendations [COMING SOON]
34
+
35
+ ## How to Get Started with the Model [COMING SOON]