- Clone this repository in your IDE or VSCODE
git clone https://github.com/alcamic/maggot-data.git- Make virtual environment in maggot-data
python -m venv venv- activate your virtual environment in terminal
venv/Scripts/activate- install library in requirement.txt in terminal
pip install -r requirement.txt- and have fun (this not include flask app)
run the code when the virtual environment is active
python code.pyrun the code in order bashcropping.py -> maggot_processing.py -> MLP_processing.py
single_proses.py is for flask when you already run all code in above (for batch training)