Welcome to CS Books, a curated collection of computer science resources organized by topics and real-world applications. Whether you're a student, researcher, or industry professional, this repository has something for you!
All books and resources are the property of their respective authors or publishers. This repository is for educational purposes only. For any copyrighted materials, please refer to the original publisher for usage rights.
Below, books are organized by Topics and Real-World Application for dual academic/practical focus. Each section contains a curated list of books with reference links to their Google Drive folders.
git clone https://github.com/afondiel/cs-books.git
Important
Note for Fork Owners: The repository history was rewritten to remove all PDFs, which are now hosted on Google Drive. Please update your fork by running:
git fetch origin
git reset --hard origin/main
Or rebase your changes onto the new history.
Topic | Description | Google Drive |
---|---|---|
Data Science (Root) | Data science books |
Topic | Description | Google Drive |
---|---|---|
Cloud Computing (Root) | Cloud computing books |
Topic | Description | Google Drive |
---|---|---|
Edge Computing (Root) | General edge computing books | |
Edge-AI | Edge AI books | |
TinyML | TinyML books |
Topic | Description | Google Drive |
---|---|---|
Embedded Systems (Root) | Embedded systems books |
Topic | Description | Google Drive |
---|---|---|
Signal Processing (Root) | Signal processing books |
- Signal Processing - Signal processing books
Topic | Description | Google Drive |
---|---|---|
Automotive (Root) | Automotive-related books | |
ADAS | ADAS books | |
Safety | Safety books | |
Self-Driving Cars | Autonomous driving books | |
Standards | Standards books |
Topic | Description | Google Drive |
---|---|---|
Cybersecurity (Root) | Cybersecurity books |
Topic | Description | Google Drive |
---|---|---|
Game Development (Root) | Game development books |
Topic | Description | Google Drive |
---|---|---|
Healthcare (Root) | Healthcare tech books |
Topic | Description | Google Drive |
---|---|---|
Robotics (Root) | Robotics books |
Want to add a book into the Stack?
- Upload the book to the appropriate Google Drive subfolder (e.g.,
CS Books/topic/computer-vision/
). - Open a pull request to update this
books.md
with the bookโs table in the correct section, as shown below.
Title | Edition | Year | Author | Link |
---|---|---|---|---|
Computer Vision: Algorithms and Applications | 2nd | 2010 | Richard Szeliski |
- Include the title, edition, year, author, and a link to the Google Drive subfolder with the "Google Drive" badge.
Cheers and Happy Reading!