Няма описание

n2749 5b206ca2df docs: how to launch преди 1 седмица
bom_assistant 133bcf7c0a feat preapplied package filters преди 1 седмица
docs 133bcf7c0a feat preapplied package filters преди 1 седмица
examples 0d347aaeac added original boms to check with reduced ones преди 3 седмици
.env.example b4bd8f0c21 env example преди 2 седмици
.gitignore 7d54df3de9 added dotenv преди 2 седмици
enrich_output.ndjson aaca92f428 unfinished category inferer преди 1 седмица
readme 5b206ca2df docs: how to launch преди 1 седмица
requirements.txt cce0aeb21e feat backend + simple page for category inference преди 1 седмица
test.sh aaca92f428 unfinished category inferer преди 1 седмица

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