From 57e3ab6b0e03f2cd87c923e005765011e829bfcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andri=20Kr=C3=A4mer?= Date: Tue, 26 Nov 2024 09:21:57 +0100 Subject: [PATCH] re-added project: chat-export --- nbs/_quarto.yml | 3 +++ nbs/index.ipynb | 1 + nbs/projects.json | 9 +++++++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/nbs/_quarto.yml b/nbs/_quarto.yml index d442598..f55d0c6 100644 --- a/nbs/_quarto.yml +++ b/nbs/_quarto.yml @@ -21,6 +21,9 @@ website: left: - text: "Gschichtefritz" href: https://www.gschichtefritz.ch + - text: "chat-export" + href: https://chat-export.click + sidebar: style: floating diff --git a/nbs/index.ipynb b/nbs/index.ipynb index 728039d..47a177c 100644 --- a/nbs/index.ipynb +++ b/nbs/index.ipynb @@ -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", diff --git a/nbs/projects.json b/nbs/projects.json index 83c5be7..2dbacab 100644 --- a/nbs/projects.json +++ b/nbs/projects.json @@ -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,