Aucune description

n2749 b8435d2db5 fix: raw value is somehow applied to default filters il y a 1 jour
bom_assistant b8435d2db5 fix: raw value is somehow applied to default filters il y a 1 jour
docs 133bcf7c0a feat preapplied package filters il y a 1 semaine
examples 0d347aaeac added original boms to check with reduced ones il y a 2 semaines
.env.example b4bd8f0c21 env example il y a 2 semaines
.gitignore 7d54df3de9 added dotenv il y a 2 semaines
enrich_output.ndjson aaca92f428 unfinished category inferer il y a 1 semaine
readme 5b206ca2df docs: how to launch il y a 1 semaine
requirements.txt cce0aeb21e feat backend + simple page for category inference il y a 1 semaine
test.sh aaca92f428 unfinished category inferer il y a 1 semaine

readme

# InstantBOM

The gist of the project is to assist the user in completing bom. It is done via
repeat until found loop of "finding candidate groups" <=> "choosing from
candidates"

### How to launch
```
uvicorn bom_assistant.api.main:app --reload
```