This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
puzzles
/
instant-bom
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Sin descripción
16
Commits
3
Ramas
0
Releases
Árbol:
b8435d2db5
Ramas
Etiquetas
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
hace 1 día
bom_assistant
b8435d2db5
fix: raw value is somehow applied to default filters
hace 1 día
docs
133bcf7c0a
feat preapplied package filters
hace 1 semana
examples
0d347aaeac
added original boms to check with reduced ones
hace 3 semanas
.env.example
b4bd8f0c21
env example
hace 2 semanas
.gitignore
7d54df3de9
added dotenv
hace 2 semanas
enrich_output.ndjson
aaca92f428
unfinished category inferer
hace 1 semana
readme
5b206ca2df
docs: how to launch
hace 1 semana
requirements.txt
cce0aeb21e
feat backend + simple page for category inference
hace 1 semana
test.sh
aaca92f428
unfinished category inferer
hace 1 semana
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
```