| title: Entity Resolution Network Analysis | |
| emoji: ๐ | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: docker | |
| app_port: 8501 | |
| tags: | |
| - streamlit | |
| - entity-resolution | |
| - network-analysis | |
| - csv | |
| pinned: false | |
| short_description: Entity Resolution Network Graph for CSV data | |
| license: mit | |
| # Entity Resolution Network Analysis | |
| Upload CSV data and visualize entity resolution results with interactive network graphs using st-link-analysis. | |
| ## Features | |
| - CSV file upload with entity resolution | |
| - Interactive network graph visualization | |
| - Similarity threshold controls | |
| - Community detection | |
| - Sample data for testing | |
| ## Usage | |
| 1. Upload a CSV file or use sample data | |
| 2. Configure similarity columns and threshold | |
| 3. Run entity resolution to see network connections | |