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