GetFace is a simple web application I created as a learning project for React and full-stack development.
The app uses the Face detection model from Clarifai API to detect faces in images via URL input.
See the Backend on this repository
- Frontend: React
- Backend: Node.js
- Database: PostgreSQL
- API: Clarifai face detection model
Through developing this project, I gained valuable experience in:
- Building responsive UI components with React
- Creating RESTful APIs using Node.js
- Database design and management with PostgreSQL
- Integrating third-party APIs (Clarifai)
- Full-stack application architecture
- Deployment and hosting considerations
- Visit the application URL
- Register or log in
- Paste an image URL in the input field
- Click "Detect" to see the face detection in action
Great thanks to the Zero To Mastey Community for inpiration, guidance and assistance as I continue to learn.
