Best Flask open-source libraries and packages

Malware Prospector

Visual analytics widget using D3.js, scikit-learn and flask
Updated 6 years ago

Malware Prospector

Screenshots of the widget

image

To run

make sure you have python 2.7 before going through rest steps

  • Install the library:

    pip install -r requirements.txt

  • Preprocess:
    • Inside scripts/preprocess/ folder:

      python arrange_feature.py & python get_ranking.py & python get_samples.py

  • Model-training:
    • Inside scripts/model_training/ folder:

      python train_model.py

  • Run the server:

    python server.py

Tags d3