File size: 795 Bytes
e48ccee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: Machine Learning Systems
emoji: 📚
colorFrom: purple
colorTo: blue
sdk: static
app_file: index.html
pinned: false
---

# Machine Learning Systems PDF Viewer

A modern web app for viewing the *Machine Learning Systems* PDF in the browser.  
Built with plain HTML, CSS, and JavaScript.

## Features

- In-browser PDF viewing (PDF.js)
- Dark mode UI
- Page navigation
- Zoom controls
- Search across pages
- Keyboard shortcuts
- Responsive layout
- Fullscreen mode

## Files

The project uses these files at the repository root:

- `index.html`
- `styles.css`
- `script.js`
- `Machine-Learning-Systems.pdf`

## Tech Stack

- HTML
- CSS
- JavaScript
- PDF.js (CDN)

## Notes

- This is a **Static Hugging Face Space**
- No backend or Python code is used
- All logic runs in the browser