# 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 ```