This project implements a Secure Multiparty Computation (SMPC) model to analyze market basket data across different retail sectors, including convenience stores, department stores, and pharmacies. The goal is to determine the most frequently purchased item while preserving the privacy of each party's data.
- Utilizes SMPC techniques to maintain data privacy
- Analyzes market basket data from multiple retail sectors
- Determines the most frequently purchased item across all parties
- Preserves confidentiality of individual party data
- Python 3.11+
To run the SMPC analysis, execute the following commands in three different terminal shells:
-
For Party 1:
py .\SourceCode\party1.py --party 0 --nr_of_parties 3 -
For Party 2:
py .\SourceCode\party2.py --party 1 --nr_of_parties 3 -
For Party 3:
py .\SourceCode\party3.py --party 2 --nr_of_parties 3
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.
For any questions or concerns, please open an issue or contact rakeshreddy5566@gmail.com.