docs: remove deleted logo from readme and replace it with a centered title

This commit is contained in:
Umut
2022-04-18 10:22:03 +03:00
parent 758af942a7
commit c1a91ca668

View File

@@ -1,9 +1,8 @@
<div align="center">
<h1>Concrete Numpy</h1>
An open-source set of tools which aims to simplify the use of fully homomorphic encryption (FHE) for data scientists.
</div>
<p align="center">
<img src="docs/_static/CN_logo.png">
</p>
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.