Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

50% Positive

Analyzed from 196 words in the discussion.

Trending Topics

#local#going#folders#data#able#thanks#try#need#projects#hister

Discussion (6 Comments)Read Original on HackerNews

linuxrebe1•about 2 hours ago
I had an issue. A documents folder with over 12k objects in it. A hodgepodge of folders and sub-folders. That over time had created a mess that no amount of file movement was ever going to make it usable. I wanted: 1) To keep my data local 2) be able to filter out PII and other data 3) Be able to find and delete duplicates 4) Get short synopsis of what a document is 5) Semantic and keyword search 6) All of this kept local to me requiring no internet access and no tokens spent to train someone elses AI.

The result I call DocuBrowser and in it's current form is FOSS (GPL-3) licensed for your personal use. The UI is in your browser. The AI models used are held local and are tiny, Available for Linux(RPM,Deb, and tgz) Windows and Mac. Let me know what you think and thanks for taking the time to try it out.

bobim•about 1 hour ago
Could it be extended so it also extracts pictures from pptx and xlsx and run vision to get a description to be added to the text content before indexing?
asciimoo•about 1 hour ago
We need projects like this. Automatically classifying the files is smart.

I'm working on a similar application called Hister (https://github.com/asciimoo/hister). I should borrow some of your ideas. =]

NKosmatos•about 1 hour ago
Looks good, definitely going to try it. Extra thanks for creating something fully local, we need more projects like this one!
aucisson_masque•about 1 hour ago
I'm a huge fan of recall, going to test this out. This looks very interesting.
toomuchtodo•about 1 hour ago
How do you feel about supporting an S3 compatible target as a feature request?