A simple Antivirus for *.bat scripts built with scikit-learn
- Install Python 3
- Clone repo and open folder with it
- Create virual env
python3 -m venv venv && source venv/bin/activate
- Install dependencises
pip install -r requirements.txt
- Build model by script
python main.py
- Verify model calling
pytest
- Use
antivirus/antivirus.py
with any new data