GithubHelp home page GithubHelp logo

old-docs's Introduction

Welcome

Welcome to Clarifai

The Clarifai API offers image recognition as a service. Whether you have one image or billions, you are only steps away from using artificial intelligence to recognize your visual content.

This repository is a collection of our public documentation for our APIs and SDKs. The markdown here gets rendered over at old-docs.clarifai.com. We welcome you to improve our docs!

Contributing to our Docs

In order to contribute simply follow these steps:

  • Fork this repository to your account on Github
  • Make your changes there in a branch.
  • Create a pull request back for us to review.

As soon as the pull request gets reviewed and merged, your contributions will automatically show up at old-docs.clarifai.com within seconds.

Other Resources

If you have landed here by mistake, here are a few other helpful resources for Clarifai:

old-docs's People

Contributors

alfredoclarifai avatar avina-jain avatar clynndacosta avatar edaniels avatar excaliburne avatar gitbook-bot avatar harmitminhas96 avatar hemanthpratury1 avatar iankelk avatar jeffreytoffoli avatar johntorcivia avatar majman avatar mess-clarifai avatar michael-gormish avatar moldovan-clarifai avatar olga-clarifai avatar petros avatar rok-clarifai avatar sanster9292 avatar scottdfoster avatar stefany-clarifai avatar sunnes avatar the-jude-abides avatar xinliclarifai avatar xiv avatar yangshengbe avatar zeiler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

old-docs's Issues

Demographics model

It was announced that a new demographics workflow will be introduced. Are the new model IDs already available?

The old model seems to be deprecated (c0c0ac362b03416da06ab3fa36fb58e3). Is there still a way to use that model?

Error : Resource does not exist"

I am running this command on my terminal

curl -X POST   -H "Authorization: Key xyz"   -H "Content-Type: application/json"   -d '
  {
    "searches": [
      {
        "query": {
        "ranks": [
            {
            "annotation": {
                "data": {
                "image": {
                    "url": "https://samples.clarifai.com/metro-north.jpg"
                }
                }
            }
            }
        ]
        }
      }
    ]
  }' https://api.clarifai.com/v2/annnotations/searches

Facing this following error

{
    "status": {
        "code": 11101,
        "description": "Resource does not exist",
        "details": "Not Found"
    }
}

Please guide me about it. Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.