Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch90 committed Jun 11, 2019
1 parent 7c49da9 commit a9e661e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h1>Image tagging tool interface</h1>
<p>This tool is an easier interface to the <a href="https://clarifai.com/" target="_blank">Clarifai API</a> for people who either don't want to code or don't want to bother to learn how to use the API. What this API does in short is that it takes a list of images (in the form of urls) and outputs what an algorithm, also called a model, "sees" in these images.</p>
<p>Different models are specialized in "seeing" different things. Some were trained to pick out colors, others are great at identifying celebrities, so choose the model that most suits you for the job. Remember that they are not perfect, just like humans, so they may make mistakes (sometimes big ones).</p>
<p>The input should be a .csv file with all the image urls. There must be one image per line and a column header at the beginning of the file.</p>
<p>The input should be a <strong>.csv file with all the image urls</strong>. There must be <strong>one image per line</strong> and <strong>a column header at the beginning of the file</strong>.</p>
</header>

<main class="container">
Expand Down

0 comments on commit a9e661e

Please sign in to comment.