Setup and Deployment
Follow these steps to set up and deploy the Private-FHE-fraud-detection project:
Prerequisites
Python 3.10.12 or later
pip (Python package manager)
Make
Git
Steps
Clone the Repository:
git clone git@github.com:CirSandro/private-fhe-fraud-detection.git cd PFEE-ZAMA
Install Dependencies:
make allTrain the Model:
make trainRun the Server and Client:
make run_server make run_client
For additional details, refer to the sections on usage and workflow.