Welcome to the Face Identifier website (click here to try it)! This web application allows users to sign in, register, and detect faces in pictures. It also keeps track of the number of entries of picture URLs for each user.
Sign in page
John's account page, they have entered 22 picture urls
- Sign In: Users can sign in to their accounts using their credentials.
- Register: New users can register an account by providing their information.
- Face Detection: The website uses advanced facial recognition algorithms to detect faces in uploaded pictures.
- Picture Entry Count: The application keeps track of the number of entries of picture URLs for each user, allowing them to monitor their activity.
The Face Identifier website is built using the following technologies and tools:
- Javascript
- React.js
- Postgres Database
- Node.js
- Express.js
To run the Face Identifier website locally, please follow these steps:
- Clone the repository:
git clone https://github.com/your-username/face-identifier.git
. - Install the required dependencies:
npm install
. - Set up the PostgreSQL database and configure the connection in the application.
- Start the server:
npm start
. - Open the web application in your browser:
http://localhost:3000
.
Please note that these are general instructions, and you might need to adjust them based on your specific setup and requirements.
This project is licensed under the MIT License.