Skip to content

FaceGuardV3

Face recognition access control system for the university laboratory.

Setup Instructions - Docker

1. Clone the repository

git clone git@github.com:Innopolis-Robotics-Society/FaceGuardV3.git
cd FaceGuardV3
If the above does not work, use HTTPS instead:
git clone https://github.com/Innopolis-Robotics-Society/FaceGuardV3.git
cd FaceGuardV3

2. Create your secrets file

cp backend/.streamlit/secrets.toml.example backend/.streamlit/secrets.toml
Open backend/.streamlit/secrets.toml and fill in your credentials: - admin_login — your admin username - admin_password — your admin password

3. Make sure Docker is running

Linux:

sudo systemctl start docker

4. Build and run with Docker

docker compose -f docker/docker-compose.yml build
docker compose -f docker/docker-compose.yml up

5. Access the application Open your browser at http://localhost:8501