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
- Host: GitHub
- URL: https://github.com/jeff-vincent/node-clarifai-example
- Owner: jeff-vincent
- Created: 2018-12-13T09:53:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T21:21:10.000Z (about 7 years ago)
- Last Synced: 2025-01-20T01:28:33.514Z (about 1 year ago)
- Topics: clarifai-api, example, fetch-api, image-classification, image-recognition, javascript, multer, nodejs, pug-template-engine, tutorial
- Language: JavaScript
- Homepage:
- Size: 3.35 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!