Skip to content

Loniks/AntiVirus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 97.7%
  • Python 2.3%