ElisaTrippetti commited on
Commit
aba78b7
·
verified ·
1 Parent(s): b819eec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -1,18 +1,19 @@
1
  ---
2
- title: This is Fetch
3
- emoji: 🐕
4
  colorFrom: gray
5
  colorTo: yellow
6
  sdk: static
7
  pinned: false
 
8
  ---
9
 
10
- # This is Fetch
11
 
12
- A friendly chatbot with a soft spot for dogs.
13
-
14
- This is the **terminal** design variant, deployed as a HuggingFace Static
15
- Space. It runs entirely in the browser no GPU, no Python, no backend.
16
 
17
  ## How it works
18
 
@@ -45,5 +46,5 @@ separately as a [Docker Space](https://huggingface.co/spaces/ElisaTrippetti/Fetc
45
 
46
  ## Credits
47
 
48
- Design and frontend: a set of explorations for *This is Fetch*.
49
- Reference model: [facebook/blenderbot-400M-distill](https://huggingface.co/facebook/blenderbot-400M-distill).
 
1
  ---
2
+ title: Fetch Pup
3
+ emoji: 🐶
4
  colorFrom: gray
5
  colorTo: yellow
6
  sdk: static
7
  pinned: false
8
+ short_description: A dog-loving baseline chatbot · Zero-backend static demo
9
  ---
10
 
11
+ # This is Fetch Pup, at a glance
12
 
13
+ Fetch Pup is a zero-backend static demo and learning baseline. No model, all browser.
14
+ Responses come from two layers: an intent matcher that handles greetings and small talk,
15
+ and a keyword lookup table that returns dog facts verbatim.
16
+ If neither matches, you get one of three fallback replies.
17
 
18
  ## How it works
19
 
 
46
 
47
  ## Credits
48
 
49
+ Designed with Claude Design · Built with Claude Code
50
+ Reference model: [facebook/blenderbot-400M-distill](https://huggingface.co/facebook/blenderbot-400M-distill).