Skip to content
#

Large Language Model

llm logo

A large language model (LLM) is a type of machine learning model designed for understanding, generating, and interacting with human language. These models are trained on extensive datasets containing text from books, articles, websites, and other sources to learn patterns, context, and semantics in language. LLMs are widely used in applications like chatbots, code generation, translation, summarization, and more. They are often built using transformer architectures and are central to the field of generative AI.

Here are 376 public repositories matching this topic...

Chatbot Assistant A Java Spring Boot-based chatbot assistant powered by a locally running LLM (via Ollama) and integrated with Spring AI. This assistant can intelligently detect user intent and respond with information such as weather updates or stock prices. The architecture includes two different service modes for flexibility and experimentation.

  • Updated Jun 18, 2025
  • Java