readme 250 B

12345678910
  1. # InstantBOM
  2. The gist of the project is to assist the user in completing bom. It is done via
  3. repeat until found loop of "finding candidate groups" <=> "choosing from
  4. candidates"
  5. ### How to launch
  6. ```
  7. uvicorn bom_assistant.api.main:app --reload
  8. ```