Uploading AI Models

Uploading an AI Model

Uploading AI models to Cogni ensures decentralized and immutable storage. Use the following steps:

  1. Prepare Your Model: Ensure your AI model file (e.g., .h5, .pt) is finalized and ready for upload.

  2. Add the Model to IPFS:

    ipfs add ai_model.h5

    This will return a Content Identifier (CID) that uniquely identifies your model.

  3. Custom Gateway Access: Use the custom Cogni gateway link for sharing:

    https://ipfs.cogni.host/ipfs/<CID>
  4. Version Control: Re-upload updated versions of your model and use metadata to distinguish between versions.

Last updated