Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Developer Guide for Face tagging
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Basic knowledge of facial recognition algorithms.

Installation
To set up the development environment, follow these steps:

Clone the project repository from GitHub.
Install the required dependencies using pip.
Configure the database connection and API keys.
Configuration
The project's configuration is stored in a .env file, which should never be committed to version control. Ensure you provide the necessary environment variables for database access, API keys, and other sensitive information.
The project's configuration is stored in a .env file, which should never be committed to version control. Ensure
you provide the necessary environment variables for database access, API keys, and other sensitive information.

Usage
Uploading Photos
Expand Down