-
Notifications
You must be signed in to change notification settings - Fork 65
Add author profile and Punchline Studio project #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
michi883
wants to merge
5
commits into
elevenlabs:main
Choose a base branch
from
michi883:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
7caf08d
Add author profile and Punchline Studio project
michi883 e4a569a
Add Punchline Studio cover image
michi883 7cedb1f
replace "your-project-repo" with "punchline-studio"
michi883 02a82e6
fix the image path
michi883 bd21b2d
Remove X link
michi883 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| name: Michi Yamamoto | ||
| avatar: "https://github.com/michi883.png" | ||
| url: "https://michi883.github.io/" | ||
| bio: "Comedian and builder of AI tools for joke writing and performance." | ||
| location: "New York, USA" | ||
| isElevenLabs: false | ||
| socials: | ||
| - label: X | ||
| url: "https://x.com/roastifybot" | ||
| - label: GitHub | ||
| url: "https://github.com/michi883" | ||
| - label: LinkedIn | ||
| url: "https://linkedin.com/in/michi-yamamoto" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| --- | ||
| title: Punchline Studio | ||
| description: AI powered joke rewriting and voice delivery lab for comedians to punch up material and test different performance styles. | ||
| authorIds: | ||
| - michi-yamamoto | ||
| categories: | ||
| - text-to-speech | ||
| - agents | ||
| - voices | ||
| isFeatured: false | ||
| date: "2025-11-28" | ||
| image: /projects/images/punchline-studio.png | ||
| demoUrl: https://punchline.humorgenome.org | ||
| repoUrl: https://github.com/michi883/punchline-studio | ||
| videoUrl: https://www.youtube.com/watch?v=cIpo7zynZoU | ||
| xUrl: https://x.com/roastifybot/status/1994481761297002814 | ||
| --- | ||
|
|
||
| # Punchline Studio | ||
|
|
||
| ## Overview | ||
|
|
||
| Punchline Studio helps comedians turn rough jokes into punchy, stage ready material. | ||
| It rewrites jokes with clearer structure and adds delivery notes, then uses ElevenLabs voices so comics can hear different styles of performance on demand. | ||
|
|
||
| ## Key Features | ||
|
|
||
| - Joke Rewrite: Tightens premises and punchlines while preserving the comic's voice | ||
| - Delivery Notes: Adds timing, emphasis, and emotion cues for performance | ||
| - Voice Playback: Uses ElevenLabs voices so you can audition different styles | ||
| - History: Save, compare, and revisit past rewrites and takes | ||
|
|
||
| ## How It Works | ||
|
|
||
| Punchline Studio connects several components: | ||
|
|
||
| - Cerebras or LLM backend handles joke rewriting and delivery note generation | ||
| - ElevenLabs API generates performance audio for each take | ||
| - The frontend lets comics paste a bit, select a delivery style, trigger rewrite, and play back the AI performance | ||
| - History view stores multiple versions so comics can compare and iterate | ||
|
|
||
| ## Technologies Used | ||
|
|
||
| - ElevenLabs API (text to speech and voice styles) | ||
| - Cerebras or other LLM backend for joke rewriting | ||
| - Raindrop platform for hosting and workflow | ||
| - Frontend framework of your choice (for example Next.js or React) | ||
| - Any additional tooling used for storage, auth, or deployment | ||
|
|
||
| ## Getting Started | ||
|
|
||
| ```bash | ||
| # Clone your project | ||
| git clone https://github.com/michi883/your-project-repo | ||
| cd your-project-repo | ||
vercel[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| # Install dependencies | ||
| npm install | ||
|
|
||
| # Run the app | ||
| npm run dev | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.