Posts

Showing posts from November, 2025
  Week 9 – CST499 Fall 2025 Capstone This week, our team made significant progress on the summarization pipeline and publishing for our project. We successfully connected the summarizer to a local LLM running on the client’s computer via an API. This setup allowed us to generate summaries much faster, which helped us efficiently test and refine the summarizer’s output. On the publishing side, we implemented a working TiddlyWiki page that displays the generated summaries as tiddlers. Each summary appears in a “Recent” list, and clicking on a title opens its corresponding tiddler with the full summary. Marcelo handled most of the code for generating the HTML file using the TiddlyWiki CLI, while I contributed by designing and implementing a CSS stylesheet and theme to improve readability and give the site a cleaner appearance. The website now meets the requirements for a minimum viable product (MVP), though we plan to continue refining it. Next week, we plan to focus on UX/UI i...