ok
This commit is contained in:
3
run.sh
3
run.sh
@@ -16,7 +16,8 @@ source "$VENV_DIR/bin/activate"
|
||||
# 3. Install dependencies (lightweight, safe to re-run)
|
||||
echo "Installing dependencies..."
|
||||
pip install --upgrade pip
|
||||
pip install pandas numpy matplotlib seaborn pillow scikit-learn tensorflow
|
||||
pip install pandas numpy matplotlib seaborn pillow scikit-learn
|
||||
pip install install "tensorflow[and-cuda]"
|
||||
pip install --upgrade kagglehub[pandas-datasets,hf-datasets]
|
||||
|
||||
python3 skin_cancer_classification.py
|
||||
|
||||
Reference in New Issue
Block a user