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
116 changes: 46 additions & 70 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,81 +1,57 @@
# PictoPy

PictoPy is a modern desktop app designed to transform the handling of digital photos. It facilitates efficient gallery management with a robust focus on privacy, offering smart tagging capabilities for photos based on objects, faces, or scenes.
PictoPy is a modern desktop photo management application designed to:

<br>
<div style="text-align: center;">
<img src="assets/AOSSIE-logo.png" alt="AOSSIE Logo" style="display:flex; margin:0 auto; justify-content: center;">
- Organize large photo collections efficiently
- Maintain a strong focus on privacy
- Provide smart AI-based tagging
- Improve gallery navigation and search

<div class="home-logo">
<img src="assets/AOSSIE-logo.png" alt="AOSSIE Logo">
</div>

This project was announced by [AOSSIE](https://aossie.org/), an umbrella organization and was to be implemented from scratch. It provides features such as object detection and face similarity, offering smart tagging capabilities for photos based on objects, faces.
This project was announced by [AOSSIE](https://aossie.org/), an umbrella organization, and is being implemented from scratch.
It provides features such as object detection and face similarity, offering smart tagging capabilities for photos based on objects and faces.

---

<div style="display:flex; margin:0 auto; justify-content: center;">
<div style="width:25%">
<h2>Overview</h2>
<ul>
<li><a href='./overview/features'>
Features
</a>
</li>
<li><a href='./overview/architecture'>
Architecture
</a>
</li>
</ul>
<div class="home-wrapper">
<div class="home-grid">

<div>
<h2>Overview</h2>
<ul>
<li><a href="./overview/features">Features</a></li>
<li><a href="./overview/architecture">Architecture</a></li>
</ul>
</div>
<div style="width:25%">
<h2>Backend Python</h2>
<ul>
<li>
<a href="./backend/backend_python/database">
Database
</a>
</li>
<li>
<a href="./backend/backend_python/directory-structure">
Directory Structure
</a>
</li>
<li>
<a href="./backend/backend_python/api">
API
</a>
</li>
<li>
<a href="./backend/backend_python/image-processing">
Image Processing
</a>
</li>
</ul>

<div>
<h2>Backend (Python)</h2>
<ul>
<li><a href="./backend/backend_python/database">Database</a></li>
<li><a href="./backend/backend_python/directory-structure">Directory Structure</a></li>
<li><a href="./backend/backend_python/api">API</a></li>
<li><a href="./backend/backend_python/image-processing">Image Processing</a></li>
</ul>
</div>
<div style="width:25%">
<h2>Backend Rust</h2>
<ul>
<li>
<a href="./backend/backend_rust/api">
API
</a>
</li>
</ul>

<div>
<h2>Backend (Rust)</h2>
<ul>
<li><a href="./backend/backend_rust/api">API</a></li>
</ul>
</div>
<div style="width:25%">
<h2>Frontend</h2>
<ul>
<li>
<a href="./frontend/ui-components">
UI Components
</a>
</li>
<li>
<a href="./frontend/state-management">
State Management
</a>
</li>
<li>
<a href="./frontend/gallery-view">
Gallery View
</a>
</li>
</ul>

<div>
<h2>Frontend</h2>
<ul>
<li><a href="./frontend/ui-components">UI Components</a></li>
<li><a href="./frontend/state-management">State Management</a></li>
<li><a href="./frontend/gallery-view">Gallery View</a></li>
</ul>
</div>

</div>
</div>
Loading