Interactive tutorials and hands-on exercises for learning FHE.
git clone https://github.com/luxfhe/workshop
cd workshop
pip install -r requirements.txt
jupyter labInteractive Jupyter notebooks for learning FHE:
notebooks/- Step-by-step tutorials- ML on encrypted data
- Classification examples
- Neural networks with FHE
Hands-on coding exercises:
exercises/- Practice problems- Private voting
- Encrypted auctions
- Confidential DeFi
Reference implementations:
solutions/- Complete solutions
- Python 3.10+
- Basic cryptography knowledge
- Familiarity with ML/data science helpful
- luxfhe/docs - Documentation
- luxfhe/handbook - Deep dive
- luxfhe/examples - Code examples
Apache 2.0