https://github.com/aswinbarath/smart-brain-app
Smart-brain The Face Recognition react app
https://github.com/aswinbarath/smart-brain-app
authentication css heroku html image-recognition javascript machine-learning react redux
Last synced: about 2 months ago
JSON representation
Smart-brain The Face Recognition react app
- Host: GitHub
- URL: https://github.com/aswinbarath/smart-brain-app
- Owner: AswinBarath
- Created: 2021-03-11T09:03:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T17:49:45.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T23:23:35.401Z (over 1 year ago)
- Topics: authentication, css, heroku, html, image-recognition, javascript, machine-learning, react, redux
- Language: JavaScript
- Homepage: https://smart-brain-26.herokuapp.com/
- Size: 9.65 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Brain App
Face recognition app built with Authentication, User Ranking, REST API and SQL transactions for user data
and hashed passwords
---
## Table of content
- [Smart Brain App](#smart-brain-app)
- [Table of content](#table-of-content)
- [Demo](#demo)
- [Screenshots](#screenshots)
- [Home Page](#home-page)
- [User Registeration Page](#user-registeration-page)
- [User Login Page](#user-login-page)
- [Technologies](#technologies)
- [What's unique in this Project](#whats-unique-in-this-project)
- [Contributors](#contributors)
- [Deployment](#deployment)
- [Summary of New Changes Made](#summary-of-new-changes-made)
---
## Demo
---
## Screenshots
### Home Page
### User Registeration Page
### User Login Page
---
## Technologies





---
## What's unique in this Project
- An Image Recognition app which makes an API request to face recognition machine learning model
- The App has built-in Authentication which takes care of the user login credentials securely through hashing
- User Ranking is provided each time the Smart Brain Web App service is triggered for facial detection of images
- The web app employs custom REST API on the backend with SQL transactions for user data and hashed passwords
---
## Contributors
- T Aswin Barath
---
## Deployment
- Vercel Deployment (New Link): [https://smart-brain-907r3fisi-aswinbaraths-projects.vercel.app/](https://smart-brain-907r3fisi-aswinbaraths-projects.vercel.app/)
- Github pages README (Docs): [https://aswinbarath.github.io/Smart-brain-app/]((https://aswinbarath.github.io/Smart-brain-app/)
- Old Link (Heroku introduced $5/month pricing plan - no free plan): [https://smart-brain-26.herokuapp.com/](https://smart-brain-26.herokuapp.com/)
---
## Summary of New Changes Made
API Endpoints Updated: All API calls now use the new Vercel-hosted API (https://smart-brain-api-one.vercel.app).
Centralized API Config: Added src/config.js to manage API URLs in one place.
Error Handling & Loading States: Added user feedback for loading and error states in Signin, Register, and image processing.
UI Feedback: The UI now disables buttons and shows messages during loading/error states.
Proxy Added: Added a proxy field in package.json for local development convenience.
---
**[⬆ Back to Top](#Smart-Brain-App)**