Hachirou18 commited on
Commit
630a071
·
verified ·
1 Parent(s): 4059a8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -12,7 +12,6 @@ tags:
12
  - mobsf
13
  - classification
14
  - security
15
- library_name: pytorch
16
  pipeline_tag: text-classification
17
  metrics:
18
  - f1
@@ -49,9 +48,6 @@ MobSF can be automated via its REST API to upload, scan, and retrieve reports, w
49
  3. Extract/transform features into the format expected by the model.
50
  4. Run inference with the model and attach the result back into the workflow (CI/CD, dashboard, etc.).
51
 
52
- ### Example code (pseudo)
53
- ```python
54
- # Pseudocode: replace with your actual implementation.
55
- # 1) Call MobSF API -> get report_json
56
- # 2) features = feature_extractor(report_json)
57
- # 3) y_hat = model.predict(features)
 
12
  - mobsf
13
  - classification
14
  - security
 
15
  pipeline_tag: text-classification
16
  metrics:
17
  - f1
 
48
  3. Extract/transform features into the format expected by the model.
49
  4. Run inference with the model and attach the result back into the workflow (CI/CD, dashboard, etc.).
50
 
51
+ ### USAGE API MOBSF (pseudo)
52
+
53
+ https://github.com/H4ch1rou/NyerAndroidMalwarePOC