All Projects → Clarifai → javascript-starter

Clarifai / javascript-starter

Licence: other
A few simple examples to help you get started using the Clarifai Javascript client and API

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to javascript-starter

Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (+377.78%)
Mutual labels:  example, starter
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
Stars: ✭ 71 (+294.44%)
Mutual labels:  example, starter
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+5222.22%)
Mutual labels:  example, starter
go-echo-boilerplate
The fastest way to build a restful API with golang and echo framework. Includes common required features for modern web applications. A boilerplate project with golang and Echo.
Stars: ✭ 53 (+194.44%)
Mutual labels:  example, starter
Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+9788.89%)
Mutual labels:  example, starter
lifequote
React port of a life insurance quick quoting application
Stars: ✭ 36 (+100%)
Mutual labels:  example
controller-rs
A kubernetes example controller
Stars: ✭ 134 (+644.44%)
Mutual labels:  example
go-learning
My Golang training material for testing smaller Go concepts and ideas.
Stars: ✭ 27 (+50%)
Mutual labels:  example
line-example-bot-tiny-php
Line Bot 基礎範例程式碼教學 (PHP) - 輕量版 LINEBotTiny.php
Stars: ✭ 58 (+222.22%)
Mutual labels:  example
typescript-on-browser-starter
Starter for TypeScript on Web Browser
Stars: ✭ 23 (+27.78%)
Mutual labels:  starter
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (+111.11%)
Mutual labels:  example
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (+294.44%)
Mutual labels:  example
zkspringboot
ZK - Spring Boot integration
Stars: ✭ 38 (+111.11%)
Mutual labels:  starter
interop
Python/C/Go/Rust/Haskell interop examples
Stars: ✭ 24 (+33.33%)
Mutual labels:  example
godot entt example
A simple example on how to use entt (https://github.com/skypjack/entt) within godot
Stars: ✭ 36 (+100%)
Mutual labels:  example
cloudopt-next-example
Example of cloudopt-next
Stars: ✭ 22 (+22.22%)
Mutual labels:  example
nodejs-starter-template
You can use this template when you're starting a new project by using Node.js, Express, and Mongoose. It contains general concepts, you can customize it according to your needs.
Stars: ✭ 54 (+200%)
Mutual labels:  starter
aws-ses-serverless-example
AWS SES example in NodeJS using lambda
Stars: ✭ 75 (+316.67%)
Mutual labels:  example
LMIC-node
LMIC-node | One example to rule them all. LMIC-node is an example LoRaWAN application for a node that can be used with The Things Network. It demonstrates how to send uplink messages, how to receive downlink messages, how to implement a downlink command and it provides useful status information. With LMIC-node it is easy to get a working node qu…
Stars: ✭ 108 (+500%)
Mutual labels:  example
snorkel
Snorkel - Bootstrap your Data Science
Stars: ✭ 24 (+33.33%)
Mutual labels:  starter

javascript-starter

A few simple examples to help you get started using the Clarifai Javascript client and API

How to get started

Download this repo, simply invoke

$ npm install

Usage

To get started, create an account at developer.clarifai.com.

Create an application, and get your API Key.

This basic starter uses your API Key to make prediction calls. This will never expire so you only have to fill it in once.

You'll notice that in the .gitignore file, it references a keys.js file. This is for security purposes, so you don't share your API Key with others. Add the following to that file:

var myApiKey = 'YOUR API KEY HERE';

You'll also notice a custom_train.js file which serves as a reference for Custom Training. Any custom models that you create (under these credentials) will appear in the dropdown menu on index.html, next to the "Custom" label

Example Output

Note the "Add image to Application" button on the bottom left of the image. This will automatically add the image to the application that is associated with your key!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].