Proof of concept implementation of "Unanimous Voting Algorithm using Homomorphic Encryption" using lipht-phe and streamlit
- A computer system running Mac / Windows / Linux based distro
- Python 3.10+
- A chromium / firefox based web browser
Clone the project
git clone https://github.com/AmalkrishnaAS/voting-algo-analysis
Go to the project directory
cd voting-algo-analysis
Create and activate a virtual environment
python -m venv <env-name>
source <env-name>/bin/activate # Mac/ Linux based distros
<env-name>/Scripts/activate.ps1 # For Windows
Install dependencies
pip install -r requirements.txt
Start the server
streamlit run Playground.py
- Python
- Streamlit
Contributions are always welcome!
Create a fork and open a pull request to contribute !