diff --git a/README.md b/README.md
index a90836b..bd2e6e7 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,9 @@
# ✨PyPi Scout
-
-
-
-
PyPi Scout helps you find PyPi packages using natural language prompts powered by Large Language Models (LLMs).
+![Demo](./demo.gif)
+
The project works by collecting project summaries and descriptions for all packages on PyPI with more than 50 weekly downloads. These are then converted into vector representations using [Sentence Transformers](https://www.sbert.net/). When the user enters a query, it is converted into a vector representation, and the most similar package descriptions are fetched from the vector database. Additional weight is given to weekly downloads before presenting the results to the user in a dashboard.
## Getting Started
diff --git a/demo.gif b/demo.gif
new file mode 100644
index 0000000..ed6e7bc
Binary files /dev/null and b/demo.gif differ
diff --git a/pypi-scout.mov b/pypi-scout.mov
deleted file mode 100644
index 77eb6a0..0000000
Binary files a/pypi-scout.mov and /dev/null differ
diff --git a/pypi-scout.webm b/pypi-scout.webm
deleted file mode 100644
index cf2bf88..0000000
Binary files a/pypi-scout.webm and /dev/null differ