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

https://github.com/hariharen9/magic-brain


https://github.com/hariharen9/magic-brain

bycrypt clarifai-api nodejs postgresql react reactjs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://magic-brain-frontend.herokuapp.com "Magic Brain by HARIHAREN")

### 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](https://www.clarifai.com/)

5. Clone this repo
6. Run `npm install` in BACKEND
7. Run `npm start` in BACKEND
8. 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.