-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
When i run the following code:
import os
import fastdup
data_dir = os.path.abspath("./data")
work_dir = os.path.abspath("./work_dir") # change this per dataset
fd = fastdup.create(input_dir=data_dir, work_dir=work_dir)
fd.run(overwrite=True)
fd.vis.duplicates_gallery()
fd.vis.outliers_gallery()
# fd.vis.component_gallery() # optional (wrap in try/except)
fd.vis.stats_gallery()
fd.vis.similarity_gallery()
fd.explore() # prefer the object method
The ui starts, i login to my account and then i get the following error
What did you expect to see?
The normal UI
What version of fastdup were you runnning on?
2.50
What version of Python were you running on?
Python 3.9
Operating System
Ubuntu 24.04
Reproduction steps
No response
Relevant log output
Attach a screenshot [Optional]
No response
Contact Details [Optional]
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working