fire-eggs / Danbooru2021

Python scripts and tools for working with the Danbooru2022 data set. Note: this is a sqlite database and a viewer, not directly related to machine learning.
https://www.gwern.net/Danbooru2021
MIT License
42 stars 2 forks source link

Personal favorites / bookmarks #27

Open fire-eggs opened 4 years ago

fire-eggs commented 4 years ago

and management of ?

fire-eggs commented 4 years ago
  1. Need a bookmarks table with name + id.
  2. Need an image_id <> bookmark_id mapping table.
  3. When displaying image, show if it is bookmarked.
  4. A view showing bookmarks, select -> sets image list.
fire-eggs commented 4 years ago

Consider using the 'pools' logic? [Now that pools have been added to the db.]