Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blissd/fotema

Photo gallery for Linux
https://github.com/blissd/fotema

flatpak gnome linux photo-gallery rust

Last synced: 18 days ago
JSON representation

Photo gallery for Linux

Awesome Lists containing this project

README

        

[![Available on Flathub](https://img.shields.io/flathub/downloads/app.fotema.Fotema?logo=flathub&labelColor=77767b&color=4a90d9)](https://flathub.org/apps/app.fotema.Fotema)
[![Translation status](https://hosted.weblate.org/widget/fotema/app/svg-badge.svg)](https://hosted.weblate.org/engage/fotema/)
[![Please do not theme this app](https://stopthemingmy.app/badge.svg)](https://stopthemingmy.app)

# Fotema

__fotema__ (___adj. Esperanto___) "fond of taking photos"

A photo gallery for Linux.

![All Photos View](/data/resources/screenshots/all-photos.png?raw=true "All Photos View")

## Installation
Fotema is available on Flathub.

Download 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.