Skip to content

Commit

Permalink
re-added project: chat-export
Browse files Browse the repository at this point in the history
  • Loading branch information
mtln committed Nov 26, 2024
1 parent 6747c4c commit 57e3ab6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions nbs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ website:
left:
- text: "Gschichtefritz"
href: https://www.gschichtefritz.ch
- text: "chat-export"
href: https://chat-export.click


sidebar:
style: floating
Expand Down
1 change: 1 addition & 0 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"\n",
"* 2024-11-16: [Running Wheel Tracker](/10_andri.ipynb#running-wheel-tracker) Pet cage upgraded for the IoT era\n",
"* 2024-11-14: [Andri's CV](/11_andri_cv.ipynb) Joyfully bound to the endless journey of learning\n",
"* 2024-11-08: [chat-export, 2024-](/10_andri.ipynb#chat-export) My father asked me how he could print his WhatsApp chat history with my late brother. I had to realize that this was not possible, and there was no useful free tool to archive or print a chat in a nice format. So, I wrote one.\n",
"* 2024-11-10: [Anelec, 1985-1990](/10_andri.ipynb#anelec) My first company at the age of 12\n",
"* 2024-11-04: [batGPT, 2024-](/10_andri.ipynb#batgpt) Write assessment reports for assistive technologies using AI\n",
"* 2024-11-03: [Brainwaver: Pink Noise, 2013](/10_andri.ipynb#brainwaver-pink-noise) Nothing but binaural pink noise to get into the flow and focus\n",
Expand Down
9 changes: 7 additions & 2 deletions nbs/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,13 @@
"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)."
},
{
},{
"title": "chat-export",
"categories": ["miscellaneous"],
"year_start": 2024,
"quote": "My father asked me how he could print his WhatsApp chat history with my late brother. I had to realize that this was not possible, and there was no useful free tool to archive or print a chat in a nice format. So, I wrote one.",
"description": "[chat-export](https://chat-export.click) is an open-source tool written in Python. The website is built using an AWS Lambda function that retrieves the project's README markdown from GitHub, converts it to HTML, and returns it as a complete, properly formatted HTML page. \n\n [![YouTube](https://img.youtube.com/vi/s1dMO8pjkC8/0.jpg)](https://www.youtube.com/watch?v=s1dMO8pjkC8)"
},{
"title": "Anelec",
"categories": ["early projects"],
"year_start": 1985,
Expand Down

0 comments on commit 57e3ab6

Please sign in to comment.