Skip to content

Commit

Permalink
Add developer survey in doc (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxizama authored Aug 8, 2024
1 parent e89ead0 commit 62b436f
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ Concrete ML built-in models have APIs that are almost identical to their scikit-
<a href="#about" > ↑ Back to top </a>
</p>

> \[!Note\]
> **Zama 5-Question Developer Survey**
>
> We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. 👉 **[Click here](https://www.zama.ai/developer-survey)** to participate.
## Resources

### Demos
Expand Down
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,8 @@ Collaborate with us to advance the FHE spaces and drive innovation together.

______________________________________________________________________

We value your feedback! [Take a 5-question developer survey](http://zama.ai/developer-survey) to improve the Concrete ML library and the documentation and help other developers use FHE.
{% hint style="success" %}
**Zama 5-Question Developer Survey**

We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate.
{% endhint %}
6 changes: 6 additions & 0 deletions docs/built-in-models/linear.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,9 @@ y_pred_fhe = cml_model.predict(X_test, fhe="execute")
```

{% hint style="success" %}
**Zama 5-Question Developer Survey**

We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate.
{% endhint %}
6 changes: 6 additions & 0 deletions docs/deep-learning/torch_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,9 @@ Concrete ML also supports some of their QAT equivalents from Brevitas.
{% hint style="info" %}
The equivalent versions from `torch.functional` are also supported.
{% endhint %}

{% hint style="success" %}
**Zama 5-Question Developer Survey**

We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate.
{% endhint %}
6 changes: 6 additions & 0 deletions docs/getting-started/pip_installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@ Alternatively, you can launch a shell in Docker, with or without volumes:
```shell
docker run --rm -it zamafhe/concrete-ml /bin/bash
```

{% hint style="success" %}
**Zama 5-Question Developer Survey**

We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate.
{% endhint %}
6 changes: 6 additions & 0 deletions docs/tutorials/showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@
- [Work with encrypted DataFrames using Concrete ML](https://www.zama.ai/post/video-tutorial-work-with-encrypted-dataframes-using-concrete-ml) - May 2024
- [Train a linear classifier on encrypted data using Concrete ML and Fully Homomorphic Encryption (FHE)](https://www.zama.ai/post/video-tutorial-train-a-linear-classifier-on-encrypted-data-using-concrete-ml-and-fully-homomorphic-encryption-fhe) - February 2024
- [How to convert a scikit-learn model into its homomorphic equivalent](https://www.zama.ai/post/how-to-convert-a-scikit-learn-model-into-its-homomorphic-equivalent) - June 2023

{% hint style="success" %}
**Zama 5-Question Developer Survey**

We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate.
{% endhint %}

0 comments on commit 62b436f

Please sign in to comment.