====================== ICOS-FL Documentation ====================== .. image:: _static/images/architecture_overview.png :align: center :alt: ICOS-FL Architecture Overview ICOS-FL is a federated learning framework for real-time resource monitoring built on Flower. It enables distributed training of LSTM models for predicting system metrics like CPU usage, memory consumption, and power usage across ICOS nodes. .. toctree:: :maxdepth: 1 :hidden: Introduction How-To Guides Explanation Reference Contributing security .. rubric:: Project Links * `GitHub Repository `_ Features ======== * **Federated Learning**: Train models across distributed nodes while keeping data local * **Real-time Monitoring**: Track CPU, memory, and power consumption metrics * **LSTM Prediction**: Forecast resource usage with configurable time windows * **DataClay Integration**: Efficient storage and retrieval of time series data * **Docker Deployment**: Easy setup with containerized components Quick Links =========== * :doc:`Introduction to ICOS-FL ` * :doc:`Quick Start Guide ` * :doc:`Architecture Overview ` * :doc:`Deployment Guide `