Jomaric's picture
feat: initial release of curated portfolio app
2cf5e82
|
Raw
History Blame Contribute Delete
906 Bytes
---
title: Version Diffing & Provenance Auditor
emoji: ๐Ÿ“Š
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 4.19.2
app_file: app.py
pinned: false
---
# Version Diffing & Provenance Auditor
A premium computational social science application designed to analyze text version differences, track document provenance, and measure lexical drift across legislative bills, treaties, oral history transcripts, or manuscript revisions.
### Features
- **Side-by-Side Visual Diffing**: Color-coded HTML grid highlighting insertions (green), modifications (yellow), and deletions (red).
- **Lexical Drift Analytics**: Computes sequence alignment ratios, Jaccard vocabulary similarity indices, and precise word mutations.
- **File Upload Support**: Drag-and-drop plain text files or paste text blocks directly.
- **Headless CPU Optimized**: Pure mathematical comparison algorithms that start in milliseconds.