modify readme

This commit is contained in:
Robin COuret
2026-06-29 16:02:07 +02:00
parent 5b621a3865
commit 14b41195fd
6 changed files with 26 additions and 95 deletions
+26 -1
View File
@@ -1,5 +1,30 @@
# Manolia
![Manolia logo](./doc/manolia.png?raw=true)
https://www.manolia.org/
## About The Project
Manolia provides a knowledge layer for Natural Language Processing, centered on commons-based peer production and sustainability. It serves as an intermediary layer between collective knowledge system and lightweight, open-source NLP tools, designed to process raw and unstructured knowledge into structured, well-designed formats for collaborative work. This enables the creation of effective digital commons. The system is aimed at communities that prioritize privacy and sustainability and requires small-scale and quality automation of knowledge processing.
## Built With
UI: Vue.js
Server: FastAPI
## Small Language Model
Inference Engine: llama.cpp
Model: SmolLM3
Hardware tested : CPU Intel Xeon E5430
# Alpha
To test Manolia principles.
At this early stage, Manolia is an annotation application. It enables data to be collected on users perceptions of the quality of the questions generated from a paragraph of knowledge entered by the user.
# Beta
Objective: To build an API server containing a complete pipeline.
![Component diagram](./doc/component_diagram.png?raw=true "Component diagram")
![NLP pipeline](./doc/nlp_pipeline.png?raw=true "NLP pipeline")