Skip to content

Commit

Permalink
added project: batGPT
Browse files Browse the repository at this point in the history
  • Loading branch information
mtln committed Nov 4, 2024
1 parent 3be2910 commit ed21bbb
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
24 changes: 24 additions & 0 deletions nbs/10_andri.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,30 @@
" i += 1\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#| echo: false\n",
"if i < len(projects):\n",
" display(Markdown(project_to_markdown(projects[i])))\n",
" i += 1\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#| echo: false\n",
"if i < len(projects):\n",
" display(Markdown(project_to_markdown(projects[i])))\n",
" i += 1\n"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Binary file added nbs/batgpt1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"source": [
"As a kid, whenever someone asked what I wanted to be when I grew up, I’d always say, 'an inventor.' Starting October 23, 2024, I'll be documenting an old project every day. So stay tuned and follow me as the website grows! \n",
"\n",
"* 2024-11-04: [batGPT](/10_andri.ipynb#batgpt) Write assessment reports for assistive technologies using AI\n",
"* 2024-11-03: [Brainwaver: Pink Noise](/10_andri.ipynb#brainwaver-pink-noise) Nothing but binaural pink noise to get into the flow and focus\n",
"* 2024-11-02: [Dino Stampf Deep Learning](/10_andri.ipynb#dino-stampf-deep-learning) Pre-LLM AI generated pseudo-Swiss German lyrics\n",
"* 2024-11-01: [VisualMix, 2022](/10_andri.ipynb#visualmix) Mix and arrangement of a song visualized\n",
Expand Down
6 changes: 6 additions & 0 deletions nbs/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@
"year_end": 2013,
"quote": "Nothing but binaural pink noise to get into the flow and focus",
"description": "Back in the mid-90s, while studying at ETH, I always carried a cassette with self-generated pink noise for my Walkman (I used Cool Edit for that). Later, of course, it was an MP3. In 2013, there was an opportunity to release an EP for free on Spotify and other streaming platforms. I used this to publish my pink noise tracks online under the name 'Brainwaver', so there's no need for copying MP3s anymore. \n\nI listen to the tracks through headphones whenever I want to focus in a noisy environment or just unwind and relax. Pink noise masks external sounds and, unlike music, doesn’t distract. White noise has an evenly distributed intensity across the frequency spectrum (which can sound quite harsh). With pink noise, the intensity decreases as frequency increases; the lower frequencies are louder, while the higher ones are softer, creating a more pleasant sound—similar to a waterfall.\n\nThere's a theory that the binaural modulation of noise, when listened to with headphones, can cause brain waves to synchronize with the modulation frequency, potentially inducing certain mental states (e.g., relaxation or heightened concentration). I'm not sure if that's true, but binaurally modulated noise sounds less monotonous than pure pink noise—kind of like a helicopter circling above a waterfall.\n\nListen to Brainwaver: Pink Noise on [Spotify](https://open.spotify.com/intl-de/album/6nUrFEp7Vhz6iEv1e09hnv?si=i34g5tHXQN2WE2TLHwqTsw) or [Apple Music](https://music.apple.com/us/album/pink-noise/803098796)"
},
{
"title": "batGPT",
"year_start": 2024,
"quote": "Write assessment reports for assistive technologies using AI",
"description": "batGPT is an AI tool for writing assessment reports for assistive technologies, using large language models (LLMs). By selecting keywords and entering short text fragments, a draft report is generated, which can then be manually completed and refined. The screenshot shows an example of such a draft\n\n ![Screenshot of batGPT: Input on the left, generated output on the right.](batgpt1.jpg)\n\nThis application was developed for [b-at Beratung assistive Technologien](https://b-at.ch)."
}


Expand Down

0 comments on commit ed21bbb

Please sign in to comment.