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
- Host: GitHub
- URL: https://github.com/hariharen9/magic-brain
- Owner: hariharen9
- Created: 2021-06-26T16:40:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T16:54:06.000Z (almost 5 years ago)
- Last Synced: 2025-04-14T12:58:20.330Z (about 1 year ago)
- Topics: bycrypt, clarifai-api, nodejs, postgresql, react, reactjs
- Language: JavaScript
- Homepage: https://magic-brain-frontend.herokuapp.com/
- Size: 206 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.