Skip to content

Contains all the mini projects from the Secure & Private AI Challenge structured as by instruction file and solution

Notifications You must be signed in to change notification settings

ricardojdb/private-ai_miniprojects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Udacity Secure & Private AI Mini-Projects

The purpose of this repo is to simplify the Mini-Projects of the Secure & Private AI Course from Udacity.

Installation

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Future Improvements:

  • Include Unit tests
  • Add projects from other lessons

About

Contains all the mini projects from the Secure & Private AI Challenge structured as by instruction file and solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published