Tags OpenAIProgrammingPython 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 AgentsOpenAIProgrammingPython 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 ProgrammingPython 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 HomeopathyPython 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 Hy LanguageLISPPython 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 LISPProgrammingPython 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 HomeopathyNatural Language ProcessingProgrammingPython 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 MathematicaProgrammingPython 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 Image ProcessingProgrammingPython 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 Natural Language ProcessingProgrammingPython 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