MAGIC BRAIN

Built with REACT & NODEJS

This WebApp will find faces in images with the help of MACHINE LEARNING using the Clarifai API CLICK HERE

It also uses a Custom BACKEND PostgreSQL Server to handle GET & POST requests

It has CUSTOM User AUTHentication and Register & Login Screens

It can handle and keep data and track ranks for individual users based on their searches

For you to try

  1. Clone this repo
  2. Run npm install in FRONTEND
  3. Run npm start in FRONTEND (Make sure you run backend first )
  4. You must add your own API key in the src/App.js file to connect to Clarifai.

You can grab Clarifai API key here

  1. Clone this repo
  2. Run npm install in BACKEND
  3. Run npm start in BACKEND
  4. Enter the details for your own databse in server.js (Or server details if hosted online)

Make sure you use postgreSQL instead of mySQL for this code base.

© 2021 GitHub, Inc.