/SmartBrain-API

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

Primary LanguageJavaScriptMIT LicenseMIT

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 BackEnd 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-API.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