admin

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 […]

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 […]

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 […]

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 […]

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 […]

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 […]

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 […]

In my earlier article, I had explained how natural language text describing a symptom can be converted to a formal “rubric” by using a vector database. In today’s article, I will show how this can be extended to support multiple symptoms in the input text with automatic repertorisation to identify potential remedies. Let us consider […]

Homeopathy Repertorization software such as RadarOpus, MacRepertory, Vithoulkas Compass, and Synergy Homeopathic Software (SHS) are widely used by homeopaths to speed up case taking, repertorization and case analysis. All of them have a “Search” feature, where the given text is searched (typically based on key words and synonyms) against one or more repertories and the […]

In an earlier article I had explained how to execute Python code from within Common Lisp using “CLPython” package. In contrast to that approach, “Hy” is a Lisp-style language (not compatible with Common Lisp) that is embedded in Python and hence provides seamless interoperability with Python code. Installation is straightforward (it is usually a good idea to […]
Recent Comments