Metadata-Version: 2.1
Name: feltlabs
Version: 0.2.6
Summary: FELT python package intended for running federated learning on Ocean protocol.
Home-page: https://feltlabs.ai/
Author: FELT Labs
Maintainer: FELT Labs
Maintainer-email: info@bretahajek.com
License: GPL-3.0 License
Project-URL: Bug Tracker, https://github.com/FELT-Labs/feltlabs.py/issues
Project-URL: Documentation, https://docs.feltlabs.ai/
Project-URL: Source Code, https://github.com/FELT-Labs/feltlabs.py
Keywords: Federated Learning,Web3,Machine Learning
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (==1.21.0)
Requires-Dist: PyNaCl (==1.5.0)
Requires-Dist: scikit-learn (==1.0.1)

This code is intended to work closely with Ocean protocol. Algorithms from this code
should run on ocean provider. Training local models and aggregating them into global
model.

Entry commands:

```bash
felt-train
felt-aggregate
```


