Cogni Docs
  • Welcome
  • Getting Started
    • Quickstart
    • Uploading Files
  • Basics
    • About Cogni
    • Editor
    • Markdown
    • Images & media
    • Interactive blocks
    • Integrations
    • Installation Guide
  • Use Cases
    • Uploading AI Models
    • Retrieving Models
    • Pinning a Dataset
    • Sharing AI Resources
  • Group 1
    • FAQs
Powered by GitBook
On this page
  1. Use Cases

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.

PreviousInstallation GuideNextRetrieving Models

Last updated 4 months ago