This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
puzzles
/
instant-bom
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Bez popisu
16
Revize
3
Větve
0
Vydání
Větev:
feat__component-searcher
Větve
Značky
feat__category-inferer
feat__component-searcher
main
instant-bom
HTTPS
SSH
ZIP
TAR.GZ
n2749
b8435d2db5
fix: raw value is somehow applied to default filters
před 1 dnem
bom_assistant
b8435d2db5
fix: raw value is somehow applied to default filters
před 1 dnem
docs
133bcf7c0a
feat preapplied package filters
před 1 týdnem
examples
0d347aaeac
added original boms to check with reduced ones
před 3 týdny
.env.example
b4bd8f0c21
env example
před 2 týdny
.gitignore
7d54df3de9
added dotenv
před 2 týdny
enrich_output.ndjson
aaca92f428
unfinished category inferer
před 1 týdnem
readme
5b206ca2df
docs: how to launch
před 1 týdnem
requirements.txt
cce0aeb21e
feat backend + simple page for category inference
před 1 týdnem
test.sh
aaca92f428
unfinished category inferer
před 1 týdnem
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
```