Cluster data points using KMeans
Submit evaluations for speaker tagging and view leaderboard
Visualize amino acid changes in protein sequences interactively
Browse and compare Indic language LLMs on a leaderboard
Generate a detailed dataset report
M-RewardBench Leaderboard
Search and save datasets generated with a LLM in real time
Predict linear relationships between numbers
Execute commands and visualize data
https://huggingface.co/spaces/VIDraft/mouse-webgen
Browse and filter AI model evaluation results
Explore how datasets shape classifier biases
Evaluate LLMs using Kazakh MC tasks
Gradio Pyscript is a powerful tool for data visualization that allows users to interactively visualize and cluster data points using the KMeans algorithm. It provides a seamless way to work with data, enabling users to explore and understand patterns within their datasets through an intuitive interface.
• Interactive Visualization: Directly visualize data points and clusters in an interactive plot.
• KMeans Clustering: Perform clustering using the KMeans algorithm with adjustable parameters.
• Real-time Updates: Adjust parameters (e.g., number of clusters) and see results in real-time.
• User-friendly Interface: Designed for ease of use, with sliders and controls for customization.
• Data Export: Save the visualized results as images or data for further analysis.
import gradio as gr
import pandas as pd
from sklearn.cluster import KMeans
What algorithms does Gradio Pyscript support?
Gradio Pyscript primarily supports KMeans clustering, but it can be extended to work with other clustering algorithms.
How large of a dataset can Gradio Pyscript handle?
Gradio Pyscript is optimized for moderately sized datasets. For very large datasets, performance may degrade, and additional optimizations may be required.
Can I save the visualized clusters?
Yes, Gradio Pyscript allows you to export visualizations as images or retrieve the cluster data for further analysis.