Indexing GIF Files


  from mixpeek import Mixpeek

  mix = Mixpeek(mixpeek_key="API_KEY")
  
  # index our GIF file
  mix.extract("file.gif")
  
  # now we have clean GIF data
  [
    {
      "filename": "file.gif",
      "content": "This is the content of the gif file".
      "embedding": [0.1, 0.2, 0.3, ...]
      "metadata": {
        "author": "John Doe",
        "date": "2022-01-01"
      }
    }
  ]

Read the Docs

Become a multimodal maker.

Upgrade your software with multimodal understanding in one line of code.