gperdrizet commited on
Commit
bf32489
·
unverified ·
2 Parent(s): 7f7a151 8d267c5

Merge pull request #16 from gperdrizet/dev

Browse files
Files changed (1) hide show
  1. 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 need help keeping up with all of the content from my subscriptions.
15
 
16
- <b>Solution</b>: Build a tool to allow LLMs to find and interact with RSS feeds on behalf of the user.</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 it takes a minute or two to reply, don't worry the inference
22
- container was probably cold and spinning 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
28
- wonderful place, filled with interesting content hiding behind every link. The tools
29
- to produce and navigate that content have improved by leaps and bounds. However,
30
- the improvement has not come without some losses. Content often feels homogeneous and
31
- it is too often painfully apparent that your favorite platform has a large degree of
32
- control over what content you see and what content you don't.
33
 
34
- This tool give the user back some of that control. It let's them decide what content
35
- and sources they are interested in. I built it because I want access to diverse,
36
- unfiltered publishing by many sources, paired modern AI to help me navigate it.
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