Skip to content

Instantly share code, notes, and snippets.

View Param-29's full-sized avatar
🎯
Focusing

Param Mirani Param-29

🎯
Focusing
View GitHub Profile
@Param-29
Param-29 / gist:8a09e5e76e300915817e42997da3be21
Last active February 10, 2023 09:17
download_to_gcs_cloud.py
# wek_to_gcs_fhv.py
import os
from google.cloud import storage
def upload_to_bucket(blob_name, bucket_name, csv_name):
""" Upload data to a bucket"""
# Explicitly use service account credentials by specifying the private key
# file.

gsoc logo

GSoC 21: Integrating sklearn into PySyft

OpenMined & PySyft

As per their website, “OpenMined is an open-source community whose goal is to make the world more privacy-preserving by lowering the barrier-to-entry to private AI technologies”, pretty cool right 😍. To be honest, it was this reason that drew me to Openmined, their fantastic courses, and the community. My experience since January 2021 has been nothing short of thrilling. From asking silly doubts to solving them for new members, from creating new issues to getting assigned one, the experience has been surreal, and I am very sure this is just the start of a journey.

Their Python Library, Syft, allows users to compute and manipulate data they cannot see