ReLinker

ReLinker Used AI

6 devlogs
17h 37m
Created by Modmaker101

ReLinker is a comprehensive C# record linkage (entity resolution) system designed to identify and match duplicate or related records across datasets. The system implements sophisticated algorithms for blocking, similarity computation, probabilistic matching, and clustering to efficiently process large datasets and find potential matches.

Timeline

wokring on the um user interface for the api

Update attachment

added better memory handling

Update attachment

devlog 4 worked one revamping the interface of the package and worked on some builder stuff so that it looks better and feels better to write and also added a fuzzy logic filtering thing in my code

Update attachment

Welp devlog #3 I did a lot of debugging there was a bug when using prrallel loops i had my models as static classes which was breaking when you were using multiple threads and yeah it sucked but i managed to crash my pc TWICE so freaking annoying but i fixed it and now im setting up the interface now so thatll be the next devlog maybe also added the default c# logging

Update attachment

wow ive done a lot lol ive added from the words of my last github commit Update solution and add database loading functionality which means i added it so that i or a user can just have the name of the database theyre using which is like postgres or like mysql and it adds like one line but ive mainly focused on checking the performance of my libaray and the performance which is crazy so ill go into a little detail I got all the colleges in the US as a csv and i got another csv of all the colleges in my state (about 3k records) and with referencing all of the fields like zip adress name etc I got a 93% accuracy (there were some that werent refrenced in all of the united states colleges) so it actually got a 98% accuracy which is CRAZY so today was mainly testing ill work on performance and more features next (mainly performance)

Update attachment

First devlog it's crazy lol but I have added all sorts of stuff on the automation side of stuff on GitHub (that's why xml is my 2nd most used lang) so far I have a total of 115 downloads!!!! I released v1 preview yesterday but I have a lot I plan to add to it

Update attachment