Skip to content

kozobot/facestash

Repository files navigation

FaceStash

Face recognition companion app to StashApp

  • Must have the stash app installed.
    1. Install the facestash plugin
    2. Install the facestash scraper
  • Run the facestash service
    • Configure API Key
  • Run the facestash Generate Performers task

Set Up

Docker

Database

Initialize the database management. This only needed to be done once. These files are now checked in.

migrate create facestash_repository "FaceStash"
migrate manage facestash_repository/manage.py --repository=facestash_repository --url=sqlite:///api/facestash.db

Create the database

import sqlite3
sqlite3.connect('api/facestash.db')

Create the database schema

python facestash_repository/manage.py version_control
python facestash_repository/manage.py upgrade

About

Face recognition companion app to StashApp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages