Spaces:
Paused
Paused
A newer version of the Gradio SDK is available: 6.22.0
metadata
title: Clustering Analyzer
emoji: 🧩
colorFrom: blue
colorTo: indigo
sdk: gradio
app_file: app.py
pinned: false
Document & Artifact Clustering Analyzer
An interactive computational tool designed for digital humanities and social science students to automatically group similar documents, articles, or transcripts using unsupervised machine learning.
Features
- Multi-Model Clustering: Choose between K-Means and Agglomerative Hierarchical clustering.
- Dynamic 2D Projections: Project high-dimensional text vectors into a 2D scatter plot using PCA (SVD) or t-SNE.
- Representative Keywords Extraction: Identify the top TF-IDF words characterizing each cluster subgroup.
- Data Exports: Download the full dataset labeled with assigned cluster IDs.