File size: 364 Bytes
5abfe2b |
1 2 3 4 5 6 |
#!/bin/bash
wget https://huggingface.co/datasets/S1223/HandGestureDataset/raw/main/geneticAlgorithm.py
wget https://huggingface.co/datasets/S1223/HandGestureDataset/raw/main/imageMulticlassClassification.py
wget https://huggingface.co/datasets/S1223/HandGestureDataset/raw/main/requirements.txt
pip install -r requirements.txt
nohup python geneticAlgorithm.py |