This website works better with JavaScript
首頁
探索
說明
註冊
登入
puzzles
/
instant-bom
關注
2
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
暫無描述
16
提交歷史
3
分支列表
0
版本發佈
目錄樹:
b8435d2db5
分支列表
標籤列表
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 天之前
bom_assistant
b8435d2db5
fix: raw value is somehow applied to default 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
```