Add search indexed repo demo in README.md
Browse files- .gitattributes +1 -0
- README.md +8 -2
- assets/search.gif +3 -0
.gitattributes
CHANGED
@@ -1 +1,2 @@
|
|
1 |
data/index.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
1 |
data/index.bin filter=lfs diff=lfs merge=lfs -text
|
2 |
+
assets/search.gif filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -10,13 +10,19 @@ app_file: app.py
|
|
10 |
pinned: true
|
11 |
license: mit
|
12 |
---
|
13 |
-
|
14 |
-
# RepoSnipy
|
15 |
|
16 |
[](https://huggingface.co/spaces/Lazyhope/RepoSnipy)
|
17 |
|
18 |
Neural search engine for discovering semantically similar Python repositories on GitHub.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## About
|
21 |
|
22 |
RepoSnipy is a neural search engine built with [streamlit](https://github.com/streamlit/streamlit) and [docarray](https://github.com/docarray/docarray). You can query a public Python repository hosted on GitHub and find popular repositories that are semantically similar to it.
|
|
|
10 |
pinned: true
|
11 |
license: mit
|
12 |
---
|
13 |
+
# RepoSnipy ππ«
|
|
|
14 |
|
15 |
[](https://huggingface.co/spaces/Lazyhope/RepoSnipy)
|
16 |
|
17 |
Neural search engine for discovering semantically similar Python repositories on GitHub.
|
18 |
|
19 |
+
## Demo
|
20 |
+
|
21 |
+
Searching an indexed repository:
|
22 |
+
|
23 |
+

|
24 |
+
|
25 |
+
|
26 |
## About
|
27 |
|
28 |
RepoSnipy is a neural search engine built with [streamlit](https://github.com/streamlit/streamlit) and [docarray](https://github.com/docarray/docarray). You can query a public Python repository hosted on GitHub and find popular repositories that are semantically similar to it.
|
assets/search.gif
ADDED
![]() |
Git LFS Details
|