OFTS-Cli User Guide
A simple way to manage your photo collection from your terminal.
Introduction
To use OFTS, You need to install ofts-cli. OFTS-Cli is a command-line tool that helps you manage your photo collection right from your terminal. It uses DeepFace for face recognition and Microsoft's GIT for image captioning.
Installation
- Clone this repository:
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 required packages:
pip install -r requirements.txt
- Run the CLI:
python3 ofts_cli.py
Usage
After running OFTS-Cli, it will process your photos by recognizing faces and captioning them and will open a webbrowser from where you can search for your photos.