https://github.com/humankernel/thesis-slides
Thesis Slides
https://github.com/humankernel/thesis-slides
nlp retrieval-augmented-generation slidev
Last synced: 16 days ago
JSON representation
Thesis Slides
- Host: GitHub
- URL: https://github.com/humankernel/thesis-slides
- Owner: humankernel
- Created: 2025-06-09T03:59:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-03T23:17:25.000Z (8 months ago)
- Last Synced: 2025-11-04T01:13:40.922Z (8 months ago)
- Topics: nlp, retrieval-augmented-generation, slidev
- Language: CSS
- Homepage: https://humankernel.github.io/thesis-slides/
- Size: 5.26 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Undergraduate Thesis β Presentation
This repository contains the **presentation slides** for my undergraduate thesis, built with [Slidev](https://github.com/slidevjs/slidev) β an open-source tool for creating interactive, Markdown-based slides powered by Vue.
* π **Live Slides:** [gh/thesis-slides/](https://humankernel.github.io/thesis-slides/)
* π **Thesis Document:** [gh/main.pdf](https://humankernel.github.io/thesis/main.pdf)
* π» **Thesis Code:** [gh/rag](https://github.com/humankernel/rag)
## π§© Getting Started
To run the slides locally:
```bash
bun install
bun dev
```
Then open your browser at **[http://localhost:3030](http://localhost:3030)**.
## π Editing the Slides
All slide content is written in **Markdown** and located in [`slides.md`](./slides.md).
Edits automatically update in real time while running `bun dev`.
## π¦ Build for Deployment
To build a static version of the slides (output in `dist/`):
```bash
bun run build
```
The generated site can be served with any static web server or deployed automatically using **GitHub Actions** (as configured in this repo).
## π Learn More
* π [Slidev Documentation](https://sli.dev/)
* π» [Slidev GitHub Repository](https://github.com/slidevjs/slidev)
Would you like me to make a short **βAbout this thesisβ** paragraph (like a 2β3 sentence summary of the research topic) to include at the top for context?