An open API service indexing awesome lists of open source software.

https://github.com/jeff-vincent/node-clarifai-example

A simple image-recognition app -- Clarifai Node Pug Multer Fetch
https://github.com/jeff-vincent/node-clarifai-example

clarifai-api example fetch-api image-classification image-recognition javascript multer nodejs pug-template-engine tutorial

Last synced: about 1 month ago
JSON representation

A simple image-recognition app -- Clarifai Node Pug Multer Fetch

Awesome Lists containing this project

README

          

# clarifai-example

This repository is meant as an accompanyment to its associated [Medium post](https://stories.mlh.io/how-to-train-your-drag-err-image-recognition-app-a299896fa583).

## Installation:

Clone the repo:

```bash
git clone https://github.com/jeff-vincent/clarifai-example.git
```

Install dependencies:

```bash
cd clarifai-example && npm install
```

Run the app:

```bash
node index.js
```
View the app running on `http://localhost:3000`.

--------------------------------------

If you found this helpful, please leave a :star:.

Thanks!