Files
concrete/README.md
Arthur Meyre e522f22ce8 chore: rename package
- poetry lock required to update package name
- related Makefile and licenses update to keep consistency (will be removed
once the PyPi package is available)
- modified compile_torch_model to only accept datasets with one input
mypy error with better numpy typing hints appeared

closes #1252
2022-01-04 09:12:18 +01:00

1.5 KiB

concrete-framework

Concrete Framework Python API - collection of tools to FHE all the things

For end users

Using the project

To use the project you can check INSTALLING.md

For developers

Project setup

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

Documenting

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

Developing

Some information about our terminology and the infrastructure of concrete-framework are available in TERMINOLOGY_AND_STRUCTURE.md. An in-depth look at what is done in concrete-framework is available in COMPILATION.md.

Contributing

Information about how to contribute are available in CONTRIBUTING.md.