Image Based Malware Classification Project
- Clone this repo to your local machine.
- Create venv in the project and ACTIVATE the venv by running the activate file through cmd..
- Install all dependencies by installing the requirements.txt file.
- Run data_organizer_automation.py file.
Create venv in the project:
Don't forget to ACTIVATE venv by running the activate file through cmd.
python -m venv venv
or
python3 -m venv venv
How to create & install requirements.txt:
pip list --format=freeze > requirements.txt
or
pip3 list --format=freeze > requirements.txt
pip install -r requirements.txt
or
pip3 install -r requirements.txt