Skip to content

Smart-brain is a face detection application. The website allows the user to create an account and keeps track of the number of entries the user makes.

Notifications You must be signed in to change notification settings

jehdz/smart-brain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app was created for a web development course

Technologies used for this project

Front-end

  1. React
  2. Particles.js - Moving particles effect
  3. React tilt
  4. Tachyons - CSS library
  5. Clarifai face detection API
  6. Nodemon

Back-end

  1. Node.js
  2. Express.js
  3. Cors - express middleware
  4. PostgreSQL - Database
  5. Knex - to communicate with the database
  6. Bcrypt - password hashing when creating an account/log in

Software used to text Backend & Database connection to the Front-end

  1. Postman
  2. Beekeper Studio

App Deployment

I used Heroku to host the Back-end server and Database.
Netlify was used to deploy the Front-end. https://jehdz-smart-brain.netlify.app


Face Detections API

I used clarifai's face detection services: Here is some documentation:

https://www.clarifai.com/models/face-detection List of different models Clarifai provides https://www.clarifai.com/model-gallery

Getting Started with Create React App

This project was bootstrapped with Create React App.


Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

Smart-brain is a face detection application. The website allows the user to create an account and keeps track of the number of entries the user makes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published