diff --git a/src/_assets/projects/infrastructure.png b/src/_assets/projects/infrastructure.png new file mode 100644 index 0000000..61aa016 --- /dev/null +++ b/src/_assets/projects/infrastructure.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc13f5da449a0b1a071f1c38f5e903daa2b5e46a9928bb530941da4bca494f68 +size 2216882 diff --git a/src/_data/personnal_projects.yml b/src/_data/personnal_projects.yml index 609db4a..90070ea 100644 --- a/src/_data/personnal_projects.yml +++ b/src/_data/personnal_projects.yml @@ -2,6 +2,22 @@ Personal Infrastructure: year: 2015-2023 description: All my dotfiles for my nixOS systems (laptop + servers). repository: https://git.fainsin.bzh/Laurent/infrastructure + image: /assets/projects/infrastructure.png + +Diffusers.jl: + year: 2023 + description: A Julia package implementing a couple basic Denoising Diffusion Schedulers. + repository: https://git.fainsin.bzh/Laurent/Diffusers.jl + +nio-llm: + year: 2022-2023 + description: A simple [Python](https://en.wikipedia.org/wiki/Python_(programming_language)) to bridge a [[matrix]](https://matrix.org/) chat room and an llm inference endpoint (such as [llama-cpp-python](https://github.com/abetlen/llama-cpp-python)). + repository: https://git.fainsin.bzh/Laurent/nio-llm + +mailman3_webhook_archiver: + year: 2022 + description: A very simple [mailman3](https://docs.mailman3.org/en/latest/) "archiver" that will send the Sender and Subject of incoming emails of a mailing list to a webhook. + repository: https://git.fainsin.bzh/Laurent/mailman3_webhook_archiver B00 plays GBA: year: 2021-2023