This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
puzzles
/
instant-bom
Figyelés
2
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Nincs leírás
16
Commit-ok
3
Ágak
0
Kiadások
Fa:
b8435d2db5
Branch-ok
Tag-ek
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
1 napja
bom_assistant
b8435d2db5
fix: raw value is somehow applied to default filters
1 napja
docs
133bcf7c0a
feat preapplied package filters
1 hete
examples
0d347aaeac
added original boms to check with reduced ones
3 hete
.env.example
b4bd8f0c21
env example
2 hete
.gitignore
7d54df3de9
added dotenv
2 hete
enrich_output.ndjson
aaca92f428
unfinished category inferer
1 hete
readme
5b206ca2df
docs: how to launch
1 hete
requirements.txt
cce0aeb21e
feat backend + simple page for category inference
1 hete
test.sh
aaca92f428
unfinished category inferer
1 hete
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
```