This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
puzzles
/
instant-bom
Pridať medzi pozorované
2
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Žiadny popis
15
Commity
3
Vetvy
0
Vydania
Strom:
5b206ca2df
Branche
Tagy
feat__category-inferer
feat__component-searcher
main
instant-bom
HTTPS
SSH
ZIP
TAR.GZ
n2749
5b206ca2df
docs: how to launch
1 týždeň pred
bom_assistant
133bcf7c0a
feat preapplied package filters
1 týždeň pred
docs
133bcf7c0a
feat preapplied package filters
1 týždeň pred
examples
0d347aaeac
added original boms to check with reduced ones
3 týždňov pred
.env.example
b4bd8f0c21
env example
2 týždňov pred
.gitignore
7d54df3de9
added dotenv
2 týždňov pred
enrich_output.ndjson
aaca92f428
unfinished category inferer
1 týždeň pred
readme
5b206ca2df
docs: how to launch
1 týždeň pred
requirements.txt
cce0aeb21e
feat backend + simple page for category inference
1 týždeň pred
test.sh
aaca92f428
unfinished category inferer
1 týždeň pred
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
```