2021-01-18 10:53:28 +11:00
2021-01-18 10:53:28 +11:00
2021-01-17 15:20:32 +11:00

In here we can put instructions on how to run this / any general info


ubuntu packages:
	sudo apt-get install -y mediainfo

pip packages:
    * pymediainfo
    * PIL (should be there by default)
    * ExifRead
    * opencv-python
    * datetime
    * pytz


To rebuild DB:

    ###BE CAREFUL this completely destroys the database contents and starts from
    #scratch, when we get real data, we will instead cp a backup file not the
    #tables.sql

    ( cd /srv/docker/config/ ; sudo docker-compose  stop padb ;  yes | sudo docker-compose rm padb ; sudo rm -rf /srv/docker/container/padb/data/ ; sudo cp /home/ddp/src/photoassistant/tables.sql /srv/docker/container/padb/docker-entrypoint-initdb.d/tables.sql ; sudo docker-compose up padb )
Description
PhotoAssistant - allows me to remove duplicate photos, more easily create folders to store common photos and uses python AI libraries to find faces and allows searching across all
Readme 104 MiB
Languages
Python 67.5%
HTML 22.1%
JavaScript 9.3%
Shell 0.7%
Dockerfile 0.4%