FaceFind is a full stack web application that utilizes a powerful face detection model of Clarifai API to detect human faces from user-provided images via link. With its user-friendly interface and efficient backend, this app allows users to effortlessly detect and analyze faces in various images. This app also have its own database made in PostgreSQL (RDBMS). All users info will be stored in it.
The core functionality of the web app is its ability to detect human faces from images. By utilizing state-of-the-art face detection algorithms, the app accurately identifies faces and highlights them for easy visualization.
Users can provide the web app with an image link from any online source, allowing them to analyze faces in images without the need for local file uploads. This feature enhances convenience and expands the app's usability.
The web app is a single page application and designed in React to be fully responsive, ensuring seamless user experience across different devices and screen sizes. Whether accessed from a desktop computer, tablet, or smartphone, the app will adapt to the user's device, providing an optimal viewing and interaction experience.
The web app employs a robust backend architecture that efficiently handles user requests and processes image data. The integration with the Clarifai face detection model API ensures fast and accurate results, even when dealing with large image files.
Following are some easy steps you have to follow to run this project in your machine
- Fork this Repo
- Clone this repo
git clone https://github.com/github_username/repo_name.git- Simply Run
npm install
- It is recommended to install nodemon before starting the app as nodemon is added in the script tag of package.json file
npm install nodemon
npm startThis should be noted that the backend also inlcude the database script using knex.JS. To get the data from the users you must to connect the backend with the your database (PostgreSQL).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch
git checkout -b feature/AmazingFeature- Commit your Changes
git commit -m 'Add some AmazingFeature'- Push to the Branch
git push origin feature/AmazingFeature- Open a Pull Request
Rabah Ali Shah - Software Developer




