|
| 1 | +# Copy this file, rename it to firstname-lastname-capstone.yml (use hyphens, no spaces), |
| 2 | +# and place it in the projects/ folder. Then open a pull request! |
| 3 | +# |
| 4 | +# Required fields: title, student |
| 5 | +# All other fields are optional but encouraged. |
| 6 | + |
| 7 | +title: "Stegosaurus" # Your project title |
| 8 | + |
| 9 | +student: "George Perdrizet" # Your full name |
| 10 | + |
| 11 | +tagline: "Hide secret messages inside naturally-generated text using next-token probability steering" # One sentence — shown on the list page |
| 12 | + |
| 13 | +description: > |
| 14 | + # Hide secret messages inside naturally-generated text using |
| 15 | + # a large language model. A message is encoded into cover text |
| 16 | + # by steering next-token selection at each step; a recipient |
| 17 | + # with the same model can recover the original message |
| 18 | + # deterministically. |
| 19 | +
|
| 20 | +repo: "https://github.com/gperdrizet/stegosaurus" # https://github.com/your-username/your-repo |
| 21 | + |
| 22 | +demo: "https://hypotext.app/" # https://your-live-demo.example.com |
| 23 | + |
| 24 | +# Contact info (all optional — omitted from the page if blank) |
| 25 | +email: "george.perdrizet@fullstackacademy.com" # your@email.com |
| 26 | +website: "" # https://yoursite.com |
| 27 | +linkedin: "gperdrizet" # your LinkedIn username (not the full URL) |
| 28 | +twitter: "" # your handle, with or without the @ |
| 29 | +github: "gperdrizet" # your GitHub username |
| 30 | + |
| 31 | +# Images — add files to the headshots/ and screenshots/ folders in the repo root. |
| 32 | +# Name them: firstname_lastname_headshot.png and firstname_lastname_screenshot.png |
| 33 | +# The build script picks them up automatically — no changes needed here. |
| 34 | + |
| 35 | +tags: [] # e.g. [React, Node.js, PostgreSQL] |
0 commit comments