Skip to content

A face-detection app that takes in image URLs provided by authenticated users and highlights faces in those images. Built with React and PostgreSQL.

Notifications You must be signed in to change notification settings

lenspira/smart-brain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Brain Face Detection App

A face-detection app that takes image URLs and uses Clarifai's face recognition API to highlight faces in those images. To use the app, the user must first register. The app keeps track of every user's submissions and shows the user's total number of submissions upon successful login.

Features

  • Face detection via image URL
  • User registration and authentication
  • Image submission tracker for every user

Install dependencies

# Clone the repo, then install dependencies in root folder
npm install

❗ The backend code is in a separate repo (https://github.com/lenspira/smart-brain-api) - make sure to clone it as well to run the app.

Run

# Run frontend
npm start

Build & Deploy

# Create frontend prod build
npm build

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Links

License

The code in this project is licensed under MIT license.

Copyright (c) 2021 Leonard DeMarco.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A face-detection app that takes in image URLs provided by authenticated users and highlights faces in those images. Built with React and PostgreSQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published