Skip to content

catalog / index images, expose interface for exploitation

License

Notifications You must be signed in to change notification settings

arossi1/photobook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photobook

PhotoBook is a collection of components that catalogs / indexes unorganized directories of images to a database and exposes an interface for viewing, exploitation, and administration. The back-end is written in Python, with a HTML/Javascript front-end UI.

Dependencies:

  • Python 3.7
  • sqlalchemy

The indexer has the following features:

  • create Catalog (name, description, path)
  • recursively searches catalog path for files / images with a defined image extension (e.g., .jpg)
  • a hash is computed for each image to aid in duplication identification
  • can be run on pre-existing Catalog for updates over time
    • update will add new images and mark records / images that have been deleted as "no longer existing" in the db

About

catalog / index images, expose interface for exploitation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages