A desktop application written in Python and PySide6 for calculating the Least Common Multiple (LCM) of two integers. lcm-calculator-pyside6/ │ ├── lcm_calculator/ │ ├── __init__.py │ ├── window.py # ...
A production-grade conversational retrieval-augmented generation (RAG) backend built with FastAPI. Supports document ingestion, multi-turn chat with memory, and LLM-driven interview booking all ...