Section 01
【Main Floor/Introduction】Core Overview of the Practical LLM Algorithm Application Tutorial Series
This project is an open-source GitHub repository maintained by pmarcis (link: https://github.com/pmarcis/en-llm-lecture-examples, published on June 9, 2026), providing a series of Jupyter Notebook tutorials covering core LLM application scenarios such as text generation, question-answering systems, text classification, tool calling, and RAG. The tutorials use the OpenAI Python library and vLLM local deployment, supporting both rapid prototyping with cloud APIs and local deployment for privacy or cost-sensitive scenarios. The core goal is to demonstrate algorithm-level applications of LLMs rather than simple API calls.