mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-01-14 16:54:22 +01:00
feat: modifier le type des collections 'hobbies' et 'profile' en 'page' et ajouter une description au projet Hackahton CND
This commit is contained in:
@@ -86,7 +86,7 @@ export default defineContentConfig({
|
|||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
hobbies: defineCollection({
|
hobbies: defineCollection({
|
||||||
type: 'data',
|
type: 'page',
|
||||||
source: 'hobbies.md'
|
source: 'hobbies.md'
|
||||||
}),
|
}),
|
||||||
languages: defineCollection({
|
languages: defineCollection({
|
||||||
@@ -101,8 +101,8 @@ export default defineContentConfig({
|
|||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
profile: defineCollection({
|
profile: defineCollection({
|
||||||
type: 'data',
|
type: 'page',
|
||||||
source: 'profile.md'
|
source: 'profile.md'
|
||||||
}),
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Hackahton CND
|
title: Hackahton CND
|
||||||
description:
|
description: Developed a Python ML pipeline during the Dirisi hackathon to classify system logs for bug and attack detection. Implemented feature extraction and preprocessing, trained and evaluated models (tree-based and lightweight neural), tuned thresholds to favor recall, and delivered a realtime prototype with visualization and reproducible code in collaboration with CND engineers. Implemented a Streamlit application to test the classifier interactively and used an LLM to generate contextual help explaining the likely origin and indicators of detected bugs or attacks for end users.
|
||||||
company: Commissariat au numérique de défense (CND), French Armies ministry
|
company: Commissariat au numérique de défense (CND), French Armies ministry
|
||||||
companyUrl: https://www.defense.gouv.fr/cnd
|
companyUrl: https://www.defense.gouv.fr/cnd
|
||||||
location: Fort du Mont-Valérien, Suresnes, France
|
location: Fort du Mont-Valérien, Suresnes, France
|
||||||
|
|||||||
Reference in New Issue
Block a user