Version of my AI-based antivirus for web. Uses smartest version of the model
-
Create and activate .venv:
python -m venv .venv .venv\Scripts\activate -
Install dependencies:
pip install -r requirements.txt -
Run the application:
python run.py -
Open your browser and navigate to
http://127.0.0.1:5000.