Okazakee / ZTM-smartbrain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Smartbrain

This Magic Site detects faces in your pictures!
View Live Demo

About The Project

Project screenshot

This is the last ReactJS website project committed from the ZTM Web Development Course.

Built With

These are the major frameworks/APIs used in this project.

ReactJS clarifai NodeJS PostgreSQL

How it works

This WebApp was the first attempt on making a fullstack project, it is built with ReactJS in the frontend, NodeJS as backend and Postgress as DB.

It supports registration and the user can detect faces in provided images using the Clarifai REST API, a "Rank" value is increased for each image scanned by the user.

Getting Started - FRONTEND/BACKEND

  • Clone the repo:
git clone https://github.com/Okazakee/ZTM-smartbrain.git
  • Install dependencies:
npm -i
# or
yarn
  • Run the development server:
npm run start
# or
yarn start
  • For Backend, in another terminal run:
git checkout backend
  • Install dependencies:
npm -i
# or
yarn
  • Run the development server:
npm run start
# or
yarn start

Getting Started - DATABASE

  • Setup your Postgress SQL Database according to the course specifications.

About


Languages

Language:JavaScript 77.0%Language:CSS 12.6%Language:HTML 10.4%