diff --git a/src/_data/personnal_projects.yml b/src/_data/personnal_projects.yml index 90070ea..1af4487 100644 --- a/src/_data/personnal_projects.yml +++ b/src/_data/personnal_projects.yml @@ -9,6 +9,13 @@ Diffusers.jl: description: A Julia package implementing a couple basic Denoising Diffusion Schedulers. repository: https://git.fainsin.bzh/Laurent/Diffusers.jl +AI or not HuggingFace Hackathon: + year: February 2023 + description: A hackathon organized by [HuggingFace](https://huggingface.co/) to build a model that can detect if an image is AI generated or not. Finished 8th out of 98 teams. + image: https://huggingface.co/spaces/competitions/aiornot/resolve/main/comp.png + website: https://huggingface.co/spaces/competitions/aiornot + repository: https://git.fainsin.bzh/Laurent/AI-or-not + 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)).