Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 429 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 429 Bytes

private-ai

Notebooks for Udacity's Secure and Private AI course.

Dependencies

To run these notebooks you'll need to install Python 3.6+, PySyft, Numpy, PyTorch 1.0, and Jupyter Notebooks. The easiest way for all of this is to create a conda environment:

conda create -n pysyft python=3
conda activate pysyft
conda install numpy jupyter notebook
conda install pytorch torchvision -c pytorch
pip install syft