Skip to content
Closed
Show file tree
Hide file tree
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: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ PictoPy is an advanced desktop gallery application that combines the power of Ta

Handles file system operations and provides a secure bridge between the frontend and local system.

## Sync Microservice Setup

See `sync-microservice/README.md` for instructions on setting up and running the synchronization microservice.

## Features

- Smart tagging of photos based on detected objects, faces, and their recognition
Expand Down
14 changes: 14 additions & 0 deletions sync-microservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,17 @@ This microservice is designed to work alongside the main PictoPy backend:
- **Shared Database**: Both services use the same SQLite database

The sync service operates independently but relies on the main backend's database structure.

# Sync Microservice Setup

This service handles synchronization tasks for PictoPy.

## Setup

```bash
cd sync-microservice
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py