Skip to content

clint-llm/clint-llm.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clint LLM

Check out the live project.

Clint is an open-sourced medical information lookup and reasoning tool.

Clint enables a user to have an interactive dialogue about medical conditions, symptoms, or simply to ask medical questions. Clint helps connect regular health concerns with complex medical information. It does this by converting colloquial language into medical terms, gathering and understanding information from medical resources, and presenting this information back to the user in an easy-to-understand way.

One of the key features of Clint is that its processing is local. It's served using GitHub pages and utilizes the user's OpenAI API key to make requests to directly to GPT. All processing, except for that done by the LLM, happens in the user's browser.

Clint, a proof-of-concept tool, is not always accurate or reliable, and should not replace medical professionals. Any information given by Clint should not be used for diagnosing or treating health issues. Don't ignore or delay professional medical advice due to Clint.

Development

See the associated repositories:

Example

The following example is taken from a sample US Medical Licensing Examination question.

Clint responding to a message about symptoms:

symptoms

Clint asking follow-up questions:

follow-up

Clint taking clinical notes:

notes

Clint reasoning about possible diagnoses:

reasoning

Resources

Overview of helpful online resources for non-medical professionals to understand medicine.

Databases

Encyclopedias

Articles

Clinical manuals, clinical resources, medical references

References

Case studies

Terminilogy

  • Disease: abnormal systemic function or structure
  • Disorder: abonormal function (borader than disease)
  • Condition: diseases, lesions, and disorders
  • Syndrome: a group of symptoms which typically co-occur
  • Morbidity: suffering from a condition
  • Epidemiology: study of distribution of diseases in populations
  • Prevalence: number of individuals sudiffering a condition in a population
  • Indicence: number of new cases of a condition in a population in a given time period
  • Clinician: provide healthcare for patients, includees registered nurses
  • Physician: diagnosis and non-surgical procedures and treatements. Includes family medicine, internal medicine, emergency medicine.
  • Differential diagnosis (DDx): processing of listing conditions that match a patient's symptoms.

Releases

No releases published

Packages

No packages published