Skip to content

Noudi03/PatternRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pattern Recognition

Pattern recognition assignment for the 5th-semester course on pattern recognition.

Run Locally

Clone the project

  git clone https://github.com/Noudi03/PatternRecognition

Go to the project directory

  cd PatternRecognition

Recommended: Create a virtual environment

  pip install virtualenv

Create a Virtual Environment named venv

  python -m venv venv

Activation

Activate the virtual environment

Windows

  .venv\Scripts\activate

Note: if you cannot run the activation script, open an elevated powershell and execute the following command

  set-executionpolicy remotesigned

Linux

  source venv/bin/activate

Install dependencies

We need this package in order to build the project with setuptools

  pip install build

Build Package

  pip install .

Run the main script

  python -m src

License

MIT