Spaces:
Runtime error
Runtime error
File size: 215 Bytes
54a7220 |
1 2 3 4 5 6 7 8 9 |
"""
Rayleigh is an open-source system for quickly searching medium-sized image
collections by multiple colors given as a palette or derived from a query image.
"""
from .palette import Palette
from .util import *
|