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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Ochanissi/SmartBrain-API.git
- Run npm install inside project root directory
npm install
- Start the server
npm run start
- Explore
Enjoy! :)
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
- Mirel Bitoi - Initial work - Ochanissi
This project is licensed under the MIT License - see the LICENSE.md file for details
- Coding Heroes - Coding resources
- Ionicons - Icons used
- Google Fonts - Fonts used
- Clarifai API - Face Detection API