Skip to content

ptreuden/image-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Analyzer

A project created to learn about React, Node.js, APIs, and tabular databases. The image analysis utilizes a Clarifai API on the backend.


Technologies

  • HTML, CSS, Javascript
  • React
  • Node.js (backend on Heroku)
  • PostgreSQL (backend on Heroku)

Features

  • Copy and paste any publicly-available image address and receive five predicted themes with correlating confidence levels.
  • Sample images from Unsplash for quick experimentation
  • Use as guest or register/sign in with account information
  • Recalls previous image

Motivation

zero-to-mastery Based off of a project included in the Udemy Zero to Mastery course by Andrei Neagoie, with some added features and customizations.


Backend API Call

Included is an /analysis route path file with Clarifai API call. Using it requires an API key and model ID (General - Visual Classifier), as well as installing/importing express and clarifai-nodejs-grpc.

About

An image analysis project that utilizes the Clarifai API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published