Skip to content

Commit

Permalink
use gif
Browse files Browse the repository at this point in the history
  • Loading branch information
florian committed Jun 15, 2024
1 parent 750e521 commit 36e77e2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# ✨PyPi Scout

<div align="center">
<video src="pypi-scout.mp4" width="820" />
</div>

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
Expand Down
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed pypi-scout.mov
Binary file not shown.
Binary file removed pypi-scout.webm
Binary file not shown.

0 comments on commit 36e77e2

Please sign in to comment.