Concrete Numpy is an open-source set of tools which aims to simplify the use of fully homomorphic encryption (FHE) for data scientists. With Concrete

zama-ai / concrete-numpy Public

submited by
Style Pass
2022-01-12 17:00:09

Concrete Numpy is an open-source set of tools which aims to simplify the use of fully homomorphic encryption (FHE) for data scientists.

With Concrete Numpy, data scientists can implement machine learning models using a subset of numpy that compiles to FHE. They will be able to train models with popular machine learning libraries and then convert the prediction functions of these models to FHE with concrete-numpy.

The preferred way to use concrete-numpy is through docker. You can get the concrete-numpy docker image by pulling the latest docker image:

Installation steps are described in project_setup.md. Information about how to use Docker for development are available in docker.md.

Some information about how to build the documentation of concrete-numpy are available in documenting.md. Notably, our documentation is pushed to https://docs.zama.ai/concrete-numpy/.

Some information about our terminology and the infrastructure of concrete-numpy are available in terminology_and_structure.md. An in-depth look at what is done in concrete-numpy is available in compilation.md.

Leave a Comment
Related Posts