OctoFaceHub

GitHub CLI Tool

A Decentralized ML Model Repository

OctoFaceHub is a platform for sharing machine learning models using IPFS for storage and GitHub Pages for discovery. Models added to this repository are stored permanently on IPFS and can be easily downloaded with the octoface CLI tool.

Getting Started

Install the CLI tool to interact with OctoFaceHub:

pip install octoface

Upload your model:

octoface upload ./path/to/model --name "My Model" --description "A description" --tags "tag1,tag2"

Browse Models

Loading models...