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