Fără Descriere

n2749 b8435d2db5 fix: raw value is somehow applied to default filters 1 zi în urmă
bom_assistant b8435d2db5 fix: raw value is somehow applied to default filters 1 zi în urmă
docs 133bcf7c0a feat preapplied package filters 1 săptămână în urmă
examples 0d347aaeac added original boms to check with reduced ones 2 săptămâni în urmă
.env.example b4bd8f0c21 env example 2 săptămâni în urmă
.gitignore 7d54df3de9 added dotenv 2 săptămâni în urmă
enrich_output.ndjson aaca92f428 unfinished category inferer 1 săptămână în urmă
readme 5b206ca2df docs: how to launch 1 săptămână în urmă
requirements.txt cce0aeb21e feat backend + simple page for category inference 1 săptămână în urmă
test.sh aaca92f428 unfinished category inferer 1 săptămână în urmă

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
```