A Lightning App which uses Private AI to use privatized data and trains your model using PyTorch Lightning
Use these instructions to install:
git clone https://github.com/anandhperumal3/PAILightning
cd PAILightning
pip install -r requirements.txt
pip install -e .
To run the app locally, do:
lightning run app app.py
To run the app on cloud, do:
lightning run app app.py --cloud