Skip to content

rabahalishah/fullstack-flask-face-detection-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

About the Project

FaceFind

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.

Features

Face Detection:

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.

Image Link Support:

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.

Responsive Design:

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.

Robust Backend:

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.

Signin Page

App Screenshot

Register Page

App Screenshot

Home Page

App Screenshot

Detecting Face

App Screenshot

Built With

Front-End

Back-End

Database

Getting Started

Following are some easy steps you have to follow to run this project in your machine

Prerequisites

Installation

  1. Fork this Repo
  2. Clone this repo
  git clone https://github.com/github_username/repo_name.git
  1. Simply Run
  npm install
  
  1. 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 start

Note

This 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).

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch
  git checkout -b feature/AmazingFeature
  1. Commit your Changes
  git commit -m 'Add some AmazingFeature'
  1. Push to the Branch
  git push origin feature/AmazingFeature
  1. Open a Pull Request

Contact

Rabah Ali Shah - Software Developer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published