Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 1.72 KB

README.md

File metadata and controls

57 lines (49 loc) · 1.72 KB

SmartBrain - Face Recognition App

The front-end part of smart-brain, a web app that detects human faces in a image provided with the image url.

  • Front-end web development using HTML, CSS, JavaSript, React, Tachyons, Particles.js.
  • The full version of the app is deployed on Heroku. You can open it here.

  • You can find the code for backend and server here.

  • Folder Structure

smart-brain
├── README.md
├── package.json
├── package-lock.json
├── public
│   ├── index.html
│   ├── favicon.ico
│   └── manifest.json
└── src
    ├── index.css
    ├── index.js
    ├── registerServiceWorker.js
    ├── containers
    │   ├── App.css
    │   ├── App.js
    │   ├── App.test.js
    │   └── ParticlesOptions.json
    └── components
        ├── Signin
        │   └── Signin.js
        ├── Register
        │   └── Register.js
        ├── Navigation
        │   └── Navigation.js
        ├── Logo
        │   ├── Logo.js
        │   ├── Logo.css
        │   └── idea.png
        ├── Rank
        │   └── Rank.js
        ├── ImageLinkForm
        │   ├── ImageLinkForm.js
        │   └── ImageLinkForm.css
        └── FaceRecognition
            ├── FaceRecognition.js
            └── FaceRecognition.css