(20232Q) 72.75 - Aprendizaje Automático (Machine Learning) - Comisión: S
-
Clone the repository.
git clone https://github.com/prausela/svm.git cd svm
-
Create a Python virtual environment.
python -m venv env
-
Activate the virtual environment and install the dependencies.
-
For Windows
./env/Scripts/Activate.ps1 pip install -r requirements.txt
-
For Linux / MacOS
./env/Scripts/activate pip install -r requirements.txt
-
-
Run the program.
python ej2_color_img_segmentation.py