Pattern recognition assignment for the 5th-semester course on pattern recognition.
Clone the project
git clone https://github.com/Noudi03/PatternRecognition
Go to the project directory
cd PatternRecognition
pip install virtualenv
Create a Virtual Environment named venv
python -m venv venv
Activate the virtual environment
.venv\Scripts\activate
Note: if you cannot run the activation script, open an elevated powershell and execute the following command
set-executionpolicy remotesigned
source venv/bin/activate
We need this package in order to build the project with setuptools
pip install build
pip install .
python -m src