Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit ae5e2de0 authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Update main project one-line description.

parent 8846f56b
No related branches found
No related tags found
1 merge request!70Finalize version 2.6.0
......@@ -15,15 +15,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Declearn - a python package for private decentralized learning.
"""DecLearn - a modular and extensible framework for Federated Learning.
Declearn is a modular framework to set up and run federated learning
DecLearn is a modular framework to set up and run federated learning
processes. It is being developed by the MAGNET team of INRIA Lille,
with the aim of providing users with a modular and extensible framework
to implement federated learning algorithms and apply them to real-world
(or simulated) data using any common machine learning framework.
Declearn provides with abstractions that enable algorithms to be written
DecLearn provides with abstractions that enable algorithms to be written
agnostic to the actual computation framework as well as with workable
interfaces that cover some of the most popular frameworks, such as
Scikit-Learn, TensorFlow and PyTorch.
......
......@@ -8,8 +8,9 @@ requires = [
[project]
name = "declearn"
version = "2.6.0.dev2"
description = "Declearn - a python package for private decentralized learning."
description = """
DecLearn - a modular and extensible framework for Federated Learning.
"""
readme = "README.md"
requires-python = ">=3.8"
license = {file = "LICENSE"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment