Skip to content

SmartBrain is React application that uses Face Detection to find faces in images and returns bounding box location coordinates of them.

Notifications You must be signed in to change notification settings

Ochanissi/SmartBrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartBrain

SmartBrain is React application that uses Face Detection to find faces in images and returns bounding box location coordinates of them.

  • This is the FrontEnd of the application.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

  • npm
npm install npm@latest -g

Installing

  1. Clone the repo
git clone https://github.com/Ochanissi/SmartBrain.git
  1. Run npm install inside project root directory
npm install
  1. Start the server
npm run start
  1. Explore
Enjoy! :)

Built With

FrontEnd:

BackEnd:

  • ExpressJS - The web framework used
  • PostgreSQL - The database used
  • Redis - In-memory data structure store (Session Cache)
  • Axios - Promise based HTTP client for the browser and NodeJS

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

SmartBrain is React application that uses Face Detection to find faces in images and returns bounding box location coordinates of them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages