By Roy Fa-Lin Wang
Play with Smart Brain click here
- Demo account
- email: testme@mail.com
- password:
testme
Smart brain is a web app that detects the human face present in the image whose URL you submitted.
This project is about using Clarifai API to detect the human faces in the image the user uploaded after they registered and save the counts of their uploaded image. In this app, I use React.js to build the front-end with Tachyons CSS, use Node.js and express.js, and cooperate with Clarifai face detection API, and use PostgreSQL to build the user login system and database that keeps track of the entries number.
This website is now deployed on Heroku: Smart Brain by Roy. (The first loading might require 30-second of wait.)
- Register a user account with name, email and password
- Paste an image URL in the box and click Detect Button.
- In case you don't know where to find image URL, you can try:
https://thispersondoesnotexist.com/image
. This Person Does Not Exist created by Phillip Wang presents a random, computer generated photo of a fictional person. Refresh the page each time for a new face.
- Ta-DA! Did you see the face?
- You can sign out and sign in to earn more entries!