privateai / PAILightning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Lightning App which uses Private AI to use privatized data and trains your model using PyTorch Lightning


Install

Use these instructions to install:

git clone https://github.com/anandhperumal3/PAILightning
cd PAILightning
pip install -r requirements.txt
pip install -e .

Run the App

To run the app locally, do:

lightning run app app.py

To run the app on cloud, do:

lightning run app app.py --cloud

About


Languages

Language:Python 100.0%