mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
26 lines
1.3 KiB
Markdown
26 lines
1.3 KiB
Markdown
# FAQ
|
||
|
||
## What is **Concrete Framework**?
|
||
|
||
See [here](../basics/intro.md). Also, you can have a look to Zama's [website](https://zama.ai) or to the [Concrete library GitHub](https://github.com/zama-ai/concrete).
|
||
|
||
## Is it an open source project?
|
||
|
||
Our mission at Zama is to protect people’s privacy by preventing data breaches and unethical surveillance.
|
||
|
||
Following a recent breakthrough in fully homomorphic encryption, we are building a deep learning framework that enables fast and accurate inference over encrypted data, with minimal performance overhead, no changes to the network architecture, and no retraining necessary. Zama is open-source by design, as we believe privacy-enabling technologies should benefit the widest possible community of developers and researchers. If you are interested in the details, be sure to read our licensing agreement in the root of the repository. In a nutshell, if you plan to use the Concrete Framework for non-commercial purposes, we welcome you and want to hear about all the exciting things you do with FHE!
|
||
|
||
## Can I use it freely?
|
||
|
||
See our license in the root of the repository.
|
||
|
||
## Can I contribute?
|
||
|
||
See this [section](../../dev/howto/contributing.md).
|
||
|
||
## What are the future features of **Concrete Framework**?
|
||
|
||
See this [section](../explanation/future_features.md).
|
||
|
||
|