Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 817 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 817 Bytes

SmartBrain - FRONTEND

Face detection application frontend

This project features the frotend of a powerful, full-stack application that employs both ReactJS and Node.js. The user interface, built with ReactJS, allows users to upload images. The back-end server, constructed using Node.js, subsequently processes these images.

As mentioned the frontend is built using ReactJS v18.x.x . Currently CRA is being used for development and build purpose, however I will be moving to vite.

To run this project on your own machine follow the steps given below.

  1. Clone this repo
  2. Run npm install
  3. Run npm start
  4. Optional - to create a production build of the project, run npm run build.

To login to the application as a guest you can use the credentials username - test123@gmail.com password - test123