You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Train and save the h5 model python3 minos.py train -b datasets/original_benign.csv -m datasets/original_malign.csv --model model.h5
Train and save the h5 model and also the onnx model python3 minos.py train -b datasets/original_benign.csv -m datasets/original_malign.csv --model model.onnx
Infer from a Wasm binary
python3 minos.py predict -i test.wasm
Repo structure
.gihub: Contains the CI jobs to train and save the models in the artifact storage
scripts: MINOS implementation(minos.py), the scripts to turn Wasm binaries into 100x100 grayscale images. Here you might find a wasm_wrapper to make browser client inference with the already trained model.
scripts/wasm_wrapper: TODO
About
re-implementation of the Minos webassembly malware detector