Loading repository data…
Loading repository data…
shuddha2021 / repository
An interactive, client-side AI Document Summarizer & Analyzer built with HTML, CSS, and JavaScript. Features summarization, entity extraction, insights, file parsing (TXT, CSV, XLSX, HTML), and visualizations, all in-browser.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
AI Document Analyzer is a comprehensive, interactive, and purely client-side web application designed for summarizing and analyzing text documents. Built entirely with HTML, CSS, and JavaScript, it leverages various frontend libraries to offer a rich set of features without requiring any backend processing, ensuring user data remains private and secure within the browser.
This tool serves as an impressive demonstration of what can be achieved with modern web technologies for NLP tasks, data parsing, and visualization, all within a single-file architecture.
.txt, .csv, .xlsx (Excel), and .html files. (PDF support is planned with PDF.js integration)..txt files.localStorage for quick reloading..csv files..xlsx and .xls files.The "AI" capabilities in this application are primarily implemented using:
This approach allows for a feature-rich experience entirely within the browser, demonstrating fundamental NLP concepts without the overhead of large, pre-trained deep learning models.
index.html file in a modern web browser (Chrome, Firefox, Edge, Safari recommended)..txt, .csv, .xlsx, or .html files.Awaiting actual application screenshots. Placeholder images are currently used.
This AI Document Analyzer was created by Shuddha Chowdhury (@shuddha2021) as a demonstration of frontend development skills, NLP techniques, and building interactive, client-side AI-powered tools.
This project is open-source and available for use/modification. Please refer to the licenses of the included third-party libraries (TensorFlow.js, Chart.js, D3.js, PapaParse, SheetJS) if you plan to redistribute or use them in your own projects.
The custom code for this project is provided under the MIT License (you would need to create a LICENSE.md file with the MIT license text).