To get a local copy up and running, follow these steps:
- Clone the repository:
git clone https://github.com/DepartmentX/ML-Team.git cd ML-Team - Set up the environment:
Ensure you have Python 3.7 or higher installed. Create a virtual environment and install dependencies:
cd backend/fraud_detection_api python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt