diff --git a/README.md b/README.md index 2df151f..daf354f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# Hackathon: LLM-integrated Code Generator for Embedded Convex Optimization +Screenshot 2024-01-21 at 10 31 48 +# QuickMafs: LLM-integrated Code Generator for Embedded Convex Optimization +![LandingPage](./img/landing-page.png) ## What is QuickMafs QuickMafs is a LLM-integrated code generator for embedded convex optimization, addressing the challenges engineers face in translating complex mathematical expressions with convex objectives into efficient C code for embedded devices. It ultimately facilitates applications ranging from aircraft flight control systems to autonomous vehicles, portfolio optimization, healthcare systems, and smart grids. ## Problem Overview: diff --git a/img/code-output.png b/img/code-output.png index 705424e..9fe6916 100644 Binary files a/img/code-output.png and b/img/code-output.png differ diff --git a/img/landing-page.png b/img/landing-page.png new file mode 100644 index 0000000..4e501c7 Binary files /dev/null and b/img/landing-page.png differ diff --git a/img/text-input.png b/img/text-input.png index b3049c3..c4e4e2e 100644 Binary files a/img/text-input.png and b/img/text-input.png differ