010akv / intelli-foto-finesse-pro

A fun, AI-based photos utilities app. Elevate your photo finesse with cutting-edge organization, object detection, and facial recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foto-finesse-pro

A fun, AI-based utilities app for your precious memories. Elevate your photo finesse with cutting-edge organization, object detection, image classification and much more.

WIP

  • this is a work in progress, stay tuned for more features!

Installation

If you do not have pip installed, run python setup-utils/get-pip.py

conda create -n foto-finesse-pro
conda activate foto-finesse-pro
pip install -r requirements.txt

Supported Image Formats

  • png, jpg, jpeg

Usage

Organize Photos

python3 organize.py --config_file <LOCAL_PATH_CFG_YAML>

Classify Photos

python3 classify.py --config_file <LOCAL_PATH_CFG_YAML>

Config Template

To run a quick test

  • refer to sample config here. Make a directory named sample-input-images inside the root directory of this repo and upload a few sample images
  • Organize: Run python3 organize_photos.py --config_file config/config.yaml
  • Classify: Run python3 classify_images.py --config_file config/config.yaml

What can you do with this repo right now?

About

A fun, AI-based photos utilities app. Elevate your photo finesse with cutting-edge organization, object detection, and facial recognition


Languages

Language:Python 100.0%