Spaces:
Sleeping
Sleeping
Merge pull request #16 from gperdrizet/dev
Browse files- assets/html.py +13 -14
assets/html.py
CHANGED
@@ -11,30 +11,29 @@ TITLE = (
|
|
11 |
|
12 |
DESCRIPTION = (
|
13 |
'''
|
14 |
-
<p><b>Problem</b>: I love RSS feeds, but
|
15 |
|
16 |
-
<b>Solution</b>: Build
|
17 |
<h2>Introduction</h2>
|
18 |
<p>This demonstration uses sister space
|
19 |
<a href='https://huggingface.co/spaces/gperdrizet/rss-mcp-server'>
|
20 |
RSS feed reader</a> via MCP to interact with RSS feeds. Click 'Connect to MCP
|
21 |
-
server' to get started. If
|
22 |
-
container was probably cold and
|
23 |
<a href='https://github.com/gperdrizet/MCP-hackathon/tree/main'>
|
24 |
main project repo on GitHub</a>. Both Spaces by
|
25 |
<a href=https://www.linkedin.com/in/gperdrizet/'>George Perdrizet</a>.</p>
|
26 |
|
27 |
-
I love RSS feeds - they remind me of a time when the internet was a weird and
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
control over what content you see and what content you don't.
|
33 |
|
34 |
-
This tool
|
35 |
-
|
36 |
-
unfiltered publishing by many sources,
|
37 |
-
I want the model to help me ingest my feed, not create it for me!
|
38 |
'''
|
39 |
)
|
40 |
|
|
|
11 |
|
12 |
DESCRIPTION = (
|
13 |
'''
|
14 |
+
<p><b>Problem</b>: I love RSS feeds, but want help keeping up with the content flux.
|
15 |
|
16 |
+
<b>Solution</b>: Build tools for LLMs to find and interact with RSS feeds on my behalf.</p>
|
17 |
<h2>Introduction</h2>
|
18 |
<p>This demonstration uses sister space
|
19 |
<a href='https://huggingface.co/spaces/gperdrizet/rss-mcp-server'>
|
20 |
RSS feed reader</a> via MCP to interact with RSS feeds. Click 'Connect to MCP
|
21 |
+
server' to get started. If the first reply takes a few minutes, don't worry, the inference
|
22 |
+
container was probably cold and needed to be spun up. Check out the
|
23 |
<a href='https://github.com/gperdrizet/MCP-hackathon/tree/main'>
|
24 |
main project repo on GitHub</a>. Both Spaces by
|
25 |
<a href=https://www.linkedin.com/in/gperdrizet/'>George Perdrizet</a>.</p>
|
26 |
|
27 |
+
I love RSS feeds - they remind me of a time when the internet was a weird and wonderful
|
28 |
+
place, filled with interesting content behind every link. The tools to produce and
|
29 |
+
navigate content have improved by leaps and bounds. However, improvement has not come
|
30 |
+
without cost. Content often feels homogeneous and highly curated. The degree to which
|
31 |
+
your favorite platform controls what you see and what you don't is painfully apparent.
|
|
|
32 |
|
33 |
+
This tool gives the user back some of that control. It lets you decide what content
|
34 |
+
sources you are interested in, and then pull from them directly. I built it because I
|
35 |
+
want access to diverse and unfiltered publishing by many sources, and I want modern AI
|
36 |
+
to help me navigate it. I want the model to help me ingest my feed, not create it for me!
|
37 |
'''
|
38 |
)
|
39 |
|