CoolFace
Apppublic

VolariGlobal/MachineLearning

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
README.md48 linesDownload Raw Back to root
1---2title: Machine Learning Systems3emoji: ๐Ÿ“š4colorFrom: purple5colorTo: blue6sdk: static7app_file: index.html8pinned: false9---10 11# Machine Learning Systems PDF Viewer12 13A modern web app for viewing the *Machine Learning Systems* PDF in the browser.  14Built with plain HTML, CSS, and JavaScript.15 16## Features17 18- In-browser PDF viewing (PDF.js)19- Dark mode UI20- Page navigation21- Zoom controls22- Search across pages23- Keyboard shortcuts24- Responsive layout25- Fullscreen mode26 27## Files28 29The project uses these files at the repository root:30 31- `index.html`32- `styles.css`33- `script.js`34- `Machine-Learning-Systems.pdf`35 36## Tech Stack37 38- HTML39- CSS40- JavaScript41- PDF.js (CDN)42 43## Notes44 45- This is a **Static Hugging Face Space**46- No backend or Python code is used47- All logic runs in the browser48