https://github.com/blissd/fotema
Photo gallery for Linux
https://github.com/blissd/fotema
flatpak gnome linux photo-gallery rust
Last synced: 4 months ago
JSON representation
Photo gallery for Linux
- Host: GitHub
- URL: https://github.com/blissd/fotema
- Owner: blissd
- Created: 2024-03-14T13:07:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:34:55.000Z (12 months ago)
- Last Synced: 2024-05-22T17:47:58.658Z (12 months ago)
- Topics: flatpak, gnome, linux, photo-gallery, rust
- Language: Rust
- Homepage:
- Size: 8.55 MB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSES/CC-BY-2.0.txt
Awesome Lists containing this project
- awesome-gtk - Fotema - Photo gallery with support for iOS Live Photos and Android motion photos `#rust` `#gtk4` `#libadwaita` `#relm4`. (Graphics / Image Viewers)
README
[](https://flathub.org/apps/app.fotema.Fotema)
[](https://hosted.weblate.org/engage/fotema/)
[](https://stopthemingmy.app)# Fotema
__fotema__ (___adj. Esperanto___) "fond of taking photos"
A photo gallery for Linux.

## Installation
Fotema is available on Flathub.## Building the project
Install `flatpak`, `flatpak-builder`, and [just](https://github.com/casey/just).
To build a local development release, run:
```shell
just devel
```To build a local release, run:
```shell
just release
```## Roadmap
Aspirationally, this is what I want to add to Fotema.* Machine learning.
* Face detection and person recognition, supporting features such as naming a face and then generating an album of all faces that are similar. Preferably in pure Rust, but needs be as needs must.
* Object and animal recognition.
* Text recognition, supporting such features as copying text out of a photo or searching for photos containing particular text.
* Search by recognized items, such as "all photos of Sven with a dog".
* A dashboard page showcasing people, places, and events.
* Swipe and keyboard support for the photo/video viewer.
* Fewer (preferably zero) Flatpak permissions.