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.
- kitty
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
- Videos.
- Use insightface and DBSCAN like immich does.
- Use vector search instead of sqlite3 FTS
- Use other captioning models (florence-ft)
- Run on other terminals (ueberzugpp)