Please note that this app is no longer working/maintained due to Heroku's decision - where the corresponding backend was hosted - to shut down any previously free resources from 28/11/2022 onwards
Frontend for the smartbrain project
Implementing the frontend webiste of the smart brain project which can be accessed via Smart Brain.
Project provides a website you can register and log in to (without email verification). So just register with whatever email you want (they will only be stored on my own SQL-DataBase which I don't care about, nobody will see them). Your passwords will also be stored there but hashed, so it is almost impossible for anyone (including me) to access them. Once logged in you can insert a photo-url (from the web) into the input and the API in the background will detect all faces which occur on the photo.
Furthermore, once you are registered you'll get a unique score that tells you the amount of photos analysed by yourself.
Backend-server is implemented due to Smart Brain API and hosted on Heroku.
Implemented by the instructions given from Andrei Neagioe in his "Zero to Mastery" course on Udemy
. The original code used to be similar to Face-Recognition-Brain