This is my first ever full stack application! Fancy Genie lets users sign up, sign in, and enter a URL of an image containing faces. The app then uses a machine learning model (from Clarifai) to detect and highlight the faces in the image.
Check out the live app on Netlify:
https://fancy-genie-6f67ae.netlify.app/
-
User Authentication:
Sign up and sign in to securely access your account. -
Face Detection:
Enter an image URL and watch as the app highlights detected faces using a machine learning model. -
Responsive Design:
The app is built to work on various devices for a smooth user experience.
-
Frontend:
- React (built with Vite)
- CSS / HTML
-
Backend:
- Node.js with Express
- Knex for database operations
- bcryptjs for password hashing
- backend hosted on Railway
-
Database:
- PostgreSQL hosted on Railway