Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 983 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 983 Bytes

Node Simulation for Model Download Deadcow.xyz

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.

Overview

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.

Prerequisites

  • Python 3.x

Disclaimer

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.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.