admin

rss feed

iHomeoMate: Generating Simulated Cases

Written by on September 6, 2024 in Homeopathy, iHomeoMate with 0 Comments
iHomeoMate: Generating Simulated Cases

If you are a homeopath who also teaches in a Homeopathy college, one of the interesting challenges you will face regularly is to come up with good case examples that demonstrate the prescription of “correct” remedies. For example, if you are taking a class on “Aurum Met”, after discussing the key features of the remedy, […]

Continue Reading

iHomeoMate: Remedy Kingdoms and Themes

Written by on August 28, 2024 in Homeopathy, iHomeoMate with 0 Comments
iHomeoMate: Remedy Kingdoms and Themes

A good understanding of various remedy “kingdoms” and their associated “themes” is important for homeopathic prescribing, especially in chronic cases. iHomeoMate’s Remedy Kingdoms and Themes feature allows homeopaths to interact with the system regarding this topic in detail. Let us walk through some examples. The following figure shows the dialog where the user can input a […]

Continue Reading

“iHomeoMate”: Automatic Case Review

Written by on August 17, 2024 in Homeopathy, iHomeoMate with 0 Comments
“iHomeoMate”: Automatic Case Review

One of the key features of “iHomeoMate”, and one that I am quite excited about, is the ability to automatically review a case and check whether the prescribed remedy matches the case. Here is an example case: Clinical Case: Chronic Urticaria in a 65-Year-Old Male Patient Profile: – Name: Mr. John D. – Age: 65 […]

Continue Reading

“iHomeoMate”: Part – 3

Written by on July 31, 2024 in Homeopathy, iHomeoMate with 0 Comments
“iHomeoMate”:  Part – 3

Let us continue the discussion of my Intelligent Homeopathy Assistant, officially called “iHomeoMate”. Samual Hahnemann’s Organon of Medicine is the foundation on which the entire edifice of homeopathy is built. Although every homeopath is expected to have a thorough understanding of the principles (“aphorisms”) in the book, it is very engrossing to go through it […]

Continue Reading

Intelligent Homeopathy Assistant: Part-2

Written by on July 17, 2024 in Homeopathy, iHomeoMate with 0 Comments
Intelligent Homeopathy Assistant: Part-2

In the last article I started to write about the Homeopathy application I have built. In particular, I explained the “Compare Remedies” feature that will be useful to homeopaths as part of their prescribing routine. In today’s article, let me go over another feature called “Lab Report Analysis”. This feature allows the doctor to share a […]

Continue Reading

Building an Intelligent Homeopathy Assistant

Written by on July 7, 2024 in Homeopathy, iHomeoMate with 0 Comments
Building an Intelligent Homeopathy Assistant

I have written extensively about my initial work on developing homeopathy Repertorization software and more recently, on Case Analysis Using RAG and using Semantic Search to find rubrics. As a student of homeopathy, I have been continuously doing research on how to improve the quality of homeopathy case analysis and in particular, how Generative AI can help […]

Continue Reading

KP Astrology REST Server: Part 2

Written by on June 8, 2024 in Astrology, C++ with 0 Comments
KP Astrology REST Server: Part 2

In my earlier article, I had briefly described the REST server I wanted to build for Krishnamurti Padhdhati system of astrology. After a long time I have managed to complete the implementation and it is now ready for deployment. In this article, I will go over some of its features with the hope it will […]

Continue Reading

Using OpenAI from Mathematica

Written by on May 20, 2024 in Mathematica, OpenAI, Programming with 0 Comments
Using OpenAI from Mathematica

Mathematica was among the first to integrate with OpenAI. The functionality is nicely exposed in terms of a few pre-defined functions. Let us explore some of the functionality in today’s article. The simplest way to get started is to use LLMSynthesize function: It can take a few seconds before you get the answer. If this is […]

Continue Reading

Using Streamlit to Create Multiple Choice Questions (MCQ)

Written by on March 26, 2024 in Programming, Python with 0 Comments
Using Streamlit to Create Multiple Choice Questions (MCQ)

Is it possible to build a web application in Python to display (and evaluate) multiple-choice questions? Even more importantly, can we render “latex”  equations as part of the MCQ? After briefly looking at NiceGUI, Flet, Solara, Trame, and Streamlit, I decided to go ahead with Streamlit to build this web app.  Even though this was […]

Continue Reading

The Hy Programming Language – Part 2

Written by on March 9, 2024 in Hy Language, Programming with 0 Comments
The Hy Programming Language – Part 2

I wrote about “Hy” language in an earlier article. Since then I have been exploring the language some more, trying to get a better understanding of its features.  The following example uses inheritance to model different types of “Space” objects such as Asteroid, SpaceShip and Planet. It is taken from an earlier article that explained […]

Continue Reading

Top