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.
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"
Loading models...