Discover and explore top open-source AI tools and projects—updated daily.
maxandrewsAI-powered graph explorer for legal documents
Top 94.9% on SourcePulse
Summary
This project addresses the challenge of understanding complex legal document networks by providing an intelligent document analysis and network visualization system. It targets researchers, legal professionals, and power users, enabling them to extract, explore, and visualize relationships, entities, and events from the Epstein document corpus through an interactive knowledge graph.
How It Works
The system employs a two-phase architecture: an Analysis Pipeline using TypeScript and Claude AI for entity/relationship extraction, semantic tagging, tag clustering (K-means), and LLM-based entity deduplication; and a Visualization Interface built with React and D3.js for an interactive, force-directed network graph. This approach leverages advanced AI for deep document understanding and sophisticated graph algorithms for efficient, explorable data presentation.
Quick Start & Requirements
npm install). Run the API server (npx tsx api_server.ts) and the frontend (cd network-ui && npm run dev) in separate terminals.Highlighted Details
Maintenance & Community
The project is maintained by maxandrews, with contributions acknowledged from tensonaut. Community support is primarily through GitHub issues. No specific roadmap or external community channels (like Discord/Slack) are detailed.
Licensing & Compatibility
The project is released under the MIT License, which permits broad usage, including commercial applications and integration into closed-source projects.
Limitations & Caveats
The dataset is actively being processed, with new documents continuously added to the network. The analysis pipeline is ongoing, indicating a dynamic and potentially evolving corpus. Local execution of the analysis pipeline requires access to the Claude AI API.
1 month ago
Inactive
varunshenoy