Skip to main content

Introduction

Luci is the first AI-based medical agent designed to automate a wide range of healthcare processes. Luci also facilitates advanced tasks like generating master prompts that interconnect and enabling custom search queries for text or images, all with simple Python calls. It helps professionals handle everything from generating SOAP notes to performing agentic searches, assisting with GPT queries, and even creating personalized AI models.

Why was Luci developed?

There was no medical AI framework that could meet healthcare developers requirements. Luci is built to fill the gap that a healthcare AI developer faces. Today's world AI agent is an integral part of the healthcare industry. LUCI is focused only on being the asset of the developers for performing a huge range of works.

Get started by clicking Getting Started.

What you'll need

  • Download Python above the version of 3.8. Don't try to install the 3.12 version. Some packages are conflicting with the python 3.12 version.

    • When installing Python, you are recommended to setup vs-code in a python.

    Run a basic hello world code to test! Create a new file hello.py -

    print("Hello World !")

    Save it to the hello.py and run it. If you get the output, then your python installation is successful.