clustering

  1. O

    Confused about high availability clusters, swarms, etc.

    I’m building a home lab and I want to self host a few websites and several services like NextCloud, Joplin, PhotoPrism, etc. I plan to run each service in a Docker swarm for high availability and load balancing. I’d like to run all these containers on a HA cluster of servers; I have several...
  2. S

    Face Clustering of Images

    import sys import os import dlib import glob import time start = time.time() if len(sys.argv) != 3: print("Please specify valid arguments. Call the program like this \npython face_clustering.py -specify input folder- -specify output path-") exit() predictor_path =...