Clone the repository:
git clone https://gitlab.com/ferhat.sarikaya/ml-recruitment/ml-recruitment.git cd ml-recruitment
Create and activate virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
Install dependencies:
python environment_setup.py
Verify installation:
python -m pytest tests/