Skip to content

Commit 2ddbdaa

Browse files
authored
Merge pull request #1 from gperdrizet/main
Added my demo project
2 parents 9e616ca + 8215501 commit 2ddbdaa

6 files changed

Lines changed: 39 additions & 62 deletions

File tree

23 KB
Loading

projects/_template.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ linkedin: "" # your LinkedIn username (not the full URL)
2525
twitter: "" # your handle, with or without the @
2626
github: "" # your GitHub username
2727

28-
# Images add files to the headshots/ and screenshots/ folders in the repo root.
29-
# Name them: firstname_lastname_headshot.png and firstname_lastname_screenshot.png
30-
# The build script picks them up automatically no changes needed here.
28+
# Images - add files to the headshots/ and screenshots/ folders in the repo root.
29+
# Name them: firstname-lastname-headshot.png and firstname-lastname-screenshot.png
30+
# The build script picks them up automatically - no changes needed here.
3131

32-
tags: [] # e.g. [React, Node.js, PostgreSQL]
32+
tags: [LLMs, Steganography, HuggingFace] # e.g. [React, Node.js, PostgreSQL]

projects/alex-johnson-capstone.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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]

projects/sam-rivera-capstone.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.
67.2 KB
Loading

0 commit comments

Comments
 (0)