Tags Agents Exploring OpenAI Agent SDK admin March 26, 2025 OpenAI recently released its open-source Agents SDK. The documentation looked interesting, so I decided to give it a try. The
Tags Agents Getting Started with HuggingFace Smolagents admin March 12, 2025 Agents and Agent frameworks are hot topics these days. LangChain, crewAI, LangGraph, Microsoft Semantic Kernel, and Microsoft Autogen are some
Tags MCQ Using Streamlit to Create Multiple Choice Questions (MCQ) admin March 26, 2024 Is it possible to build a web application in Python to display (and evaluate) multiple-choice questions? Even more importantly, can
Tags homeopathy Using Similarity Search in Homeopathy Repertorization Software – Part 2 admin February 21, 2024 In my earlier article, I had explained how natural language text describing a symptom can be converted to a formal
Tags Common Lisp The Hy Programming Language admin January 28, 2024 In an earlier article I had explained how to execute Python code from within Common Lisp using “CLPython” package. In contrast
Tags Common Lisp Simulating Python Zip in Lisp admin September 4, 2023 The zip() function in Python is a convenient mechanism for iterating over multiple “iterables” in parallel. Looping over lists is
Tags Information Extraction Information Extraction Using spaCy’s Pattern Matcher admin July 11, 2019 In the previous article, I explored the Deep Categorization capabilities of MeaningCloud. We saw how a powerful rule-based pattern matching
Tags Mathematica 12 Python Integration in Mathematica 12 admin May 5, 2019 Mathematica has had Python support since ver 11.2 through ExternalEvaluate[]. In ver 11.3 it was possible to input Python expression
Tags Azure Computer Vision OCR Using Azure Computer Vision API admin March 28, 2019 I have been getting some good feedback on Azure’s Computer Vision API, in particular, the OCR functionality. Although I am
Tags Emotions Identifying Emotions from Text admin February 17, 2019 Identifying the predominant sentiment in unstructured text is used widely these days. There are several REST API services that allow