Skip to content

A simple Google photos alternative that runs inside your terminal

Notifications You must be signed in to change notification settings

yashasnadigsyn/ofts-cli

Repository files navigation

OFTS-Cli

A simple Google photos alternative that runs inside your terminal. This project uses DeepFace to recognize faces and Microsoft's GIT to caption the images.

NOTE: If you need a professional Google Photos alternative, use LibrePhotos or immich. This project is just for fun.

Requirements

  • kitty

Demo

DEMO HERE

Installation

Clone this repo

git clone https://github.com/yashasnadigsyn/ofts-cli
cd ofts-cli

Create a virtual environment

python3 -m venv OFTS_CLI_VENV
source OFTS_CLI_VENV/bin/activate

Install the packages

pip install -r requirements.txt

Run it

python3 ofts_cli.py

TODO

License

MIT

About

A simple Google photos alternative that runs inside your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages