diff --git a/README.md b/README.md
index 1db472422..8aecb27cf 100644
--- a/README.md
+++ b/README.md
@@ -115,6 +115,10 @@ Example output:
```
# ({'id': UUID('bc338a39-64d6-549a-acec-da60846dd90d'), 'updated_at': datetime.datetime(2024, 11, 21, 12, 23, 1, 211808, tzinfo=datetime.timezone.utc), 'name': 'natural language processing', 'description': 'An interdisciplinary subfield of computer science and information retrieval.'}, {'relationship_name': 'is_a_subfield_of', 'source_node_id': UUID('bc338a39-64d6-549a-acec-da60846dd90d'), 'target_node_id': UUID('6218dbab-eb6a-5759-a864-b3419755ffe0'), 'updated_at': datetime.datetime(2024, 11, 21, 12, 23, 15, 473137, tzinfo=datetime.timezone.utc)}, {'id': UUID('6218dbab-eb6a-5759-a864-b3419755ffe0'), 'updated_at': datetime.datetime(2024, 11, 21, 12, 23, 1, 211808, tzinfo=datetime.timezone.utc), 'name': 'computer science', 'description': 'The study of computation and information processing.'})
```
+Graph visualization:
+
+Open in [browser](https://rawcdn.githack.com/topoteretes/cognee/refs/heads/add-visualization-readme/assets/graph_visualization.html).
+
For more advanced usage, have a look at our documentation.
diff --git a/assets/graph_visualization.html b/assets/graph_visualization.html
new file mode 100644
index 000000000..fc21a1b57
--- /dev/null
+++ b/assets/graph_visualization.html
@@ -0,0 +1,128 @@
+
+
+
+