Metadata-Version: 2.1
Name: fc-pruning
Version: 0.0.3
Summary: FC Pruning
Home-page: https://github.com/AidaMehammed/fc_pruning
Author: Aida Mehammed
Author-email: aida.mehammed@studium.uni-hamburg.de
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/AidaMehammed/fc_pruning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# [FeatureCloud Pruning](https://github.com/AidaMehammed/Image-Classification-Pruning)
### Model Compression with Pruning

The FC Pruning package offers a streamlined approach to model compression using advanced pruning techniques. With support for federated learning frameworks and integration with the [Torch-Pruning](https://github.com/VainF/Torch-Pruning/tree/master) library, this package enables efficient distributed training, suitable for a wide range of machine learning tasks.

## Install FeatureCloud Pruning
```shell
pip install fc_pruning
```


