Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 567 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 567 Bytes

Antivirus

A simple Antivirus for *.bat scripts built with scikit-learn

Quickstart

  1. Install Python 3
  2. Clone repo and open folder with it
  3. Create virual env python3 -m venv venv && source venv/bin/activate
  4. Install dependencises pip install -r requirements.txt
  5. Build model by script python main.py
  6. Verify model calling pytest
  7. Use antivirus/antivirus.py with any new data

Technologies used