Project AntiVirus is an antivirus that performs static and dynamic analysis on suspicious files, and then uses embeddings to detect and isolate malware.
Install uv
from the uv website. Also ensure that python is installed.
Unit tests are placed in the tests folder. Run your unit tests using the following command.
uv run python -m tests.tests