Face recognition app built with Authentication, User Ranking, REST API and SQL transactions for user data and hashed passwords
- 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
- T Aswin Barath https://github.com/AswinBarath
- Vercel Deployment (New Link): 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/
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.