This repository contains a Python script to simulate a node that listens for notifications to download machine learning models. This setup is intended for experimental purposes, hackathons, and should not be considered production-ready.
This is NOT a final version.
A robust version is being developed and plan in parallel.
The script uses Flask to create a simple HTTP server that acts as a node. It listens for POST requests to download models and saves them locally.
- Python 3.x
This project is experimental and was developed for a hackathon. It is not intended for production use. The code may contain bugs and is provided "as is" without any warranties.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.