[PR #416] [MERGED] 366 labs raspi support #2675

Closed
opened 2026-04-13 13:12:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/416
Author: @Mjrovai
Created: 8/28/2024
Status: Merged
Merged: 9/1/2024
Merged by: @profvjreddi

Base: devHead: 366-labs-raspi-support


📝 Commits (10+)

  • a731011 Initial version of rasPi
  • 0101cfc Fix table format
  • dd2a7a8 Adding to TOC
  • 3d73e1b Add files via upload
  • 8483a20 Add files via upload
  • 724c5e9 Add files via upload
  • 7bdce6d Merge branch 'dev' into 366-labs-raspi-support
  • 87230c2 Merge branch 'harvard-edge:366-labs-raspi-support' into 366-labs-raspi-support
  • f37e124 Add files via upload
  • 6f543ba Merge pull request #376 from Mjrovai/366-labs-raspi-support

📊 Changes

90 files changed (+2233 additions, -32 deletions)

View changed files

📝 _quarto.yml (+6 -0)
📝 contents/labs/getting_started.qmd (+27 -13)
📝 contents/labs/labs.qmd (+19 -19)
contents/labs/raspi/image_classification/image_classification.qmd (+1539 -0)
contents/labs/raspi/image_classification/images/jpeg/img_class_cover.jpg (+0 -0)
contents/labs/raspi/image_classification/images/jpeg/img_class_func.jpg (+0 -0)
contents/labs/raspi/image_classification/images/jpeg/model_1.jpg (+0 -0)
contents/labs/raspi/image_classification/images/jpeg/model_2.jpg (+0 -0)
contents/labs/raspi/image_classification/images/jpeg/project_goal.jpg (+0 -0)
contents/labs/raspi/image_classification/images/png/MobilinetV2.png (+0 -0)
contents/labs/raspi/image_classification/images/png/app-inference.png (+0 -0)
contents/labs/raspi/image_classification/images/png/cam_installed.png (+0 -0)
contents/labs/raspi/image_classification/images/png/capture.png (+0 -0)
contents/labs/raspi/image_classification/images/png/capture_test.png (+0 -0)
contents/labs/raspi/image_classification/images/png/cat_original.png (+0 -0)
contents/labs/raspi/image_classification/images/png/cifar10_model.png (+0 -0)
contents/labs/raspi/image_classification/images/png/data-Aquisition.png (+0 -0)
contents/labs/raspi/image_classification/images/png/data-esplorer.png (+0 -0)
contents/labs/raspi/image_classification/images/png/enter_label.png (+0 -0)
contents/labs/raspi/image_classification/images/png/image-20240823145059675.png (+0 -0)

...and 70 more files

📄 Description

Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist.

  1. Content

    • [x ] The chapter content is complete and covers the topic in detail.
    • [x ] All technical terms are well-defined and explained.
    • [x ] Any code snippets or algorithms are well-documented and tested.
    • [x ] The chapter follows a logical flow and structure.
  2. References & Citations

    • All references are correctly listed at the end of the chapter.
    • [x ] In-text citations are used appropriately and match the references.
    • All figures, tables, and images have proper sources and are cited correctly.
  3. Quarto Website Rendering

    • [x ] The chapter has been locally built and tested using Quarto.
    • [x ] All images, figures, and tables render properly without any glitches.
    • [x ] All images have a source or they are properly linked to external sites.
    • [x ] Any interactive elements or widgets work as intended.
    • [x ] The chapter's formatting is consistent with the rest of the book.
  4. Grammar & Style

    • [x ] The chapter has been proofread for grammar and spelling errors.
    • [x ] The writing style is consistent with the rest of the book.
    • [x ] Any jargon is clearly explained or avoided where possible.
  5. Collaboration

    • All group members have reviewed and approved the chapter.
    • Any feedback from previous reviews or discussions has been addressed.
  6. Miscellaneous

    • [x ] All external links (if any) are working and lead to the intended destinations.
    • x[ ] If datasets or external resources are used, they are properly credited and linked.
    • Any necessary permissions for reused content have been obtained.
  7. Final Steps

    • [x ] The chapter is pushed to the correct branch on the repository.
    • [x ] The Pull Request is made with a clear title and description.
    • [x ] The Pull Request includes any necessary labels or tags.
    • [x ] The Pull Request mentions any stakeholders or reviewers who should take a look.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/416 **Author:** [@Mjrovai](https://github.com/Mjrovai) **Created:** 8/28/2024 **Status:** ✅ Merged **Merged:** 9/1/2024 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `366-labs-raspi-support` --- ### 📝 Commits (10+) - [`a731011`](https://github.com/harvard-edge/cs249r_book/commit/a73101139f3e714951a4422f95bba3f48ce09eaf) Initial version of rasPi - [`0101cfc`](https://github.com/harvard-edge/cs249r_book/commit/0101cfca9d9a9aed8084d77b783c87112f801118) Fix table format - [`dd2a7a8`](https://github.com/harvard-edge/cs249r_book/commit/dd2a7a860464f5923b70406d993a01502ed146ac) Adding to TOC - [`3d73e1b`](https://github.com/harvard-edge/cs249r_book/commit/3d73e1bdd407358f395e951a2a2b0b7e04bcc307) Add files via upload - [`8483a20`](https://github.com/harvard-edge/cs249r_book/commit/8483a20e57bed6c33c7c6fe19aa378d5617e6b0c) Add files via upload - [`724c5e9`](https://github.com/harvard-edge/cs249r_book/commit/724c5e938e89638b29c0fb6b49be5c772e67b747) Add files via upload - [`7bdce6d`](https://github.com/harvard-edge/cs249r_book/commit/7bdce6db172c2a2da46e38ded905e28e53111884) Merge branch 'dev' into 366-labs-raspi-support - [`87230c2`](https://github.com/harvard-edge/cs249r_book/commit/87230c2da2aa6c57aabd848c0aeafc6e0f8fd13f) Merge branch 'harvard-edge:366-labs-raspi-support' into 366-labs-raspi-support - [`f37e124`](https://github.com/harvard-edge/cs249r_book/commit/f37e124467f250d48a82f5a0afe421a8871bdc00) Add files via upload - [`6f543ba`](https://github.com/harvard-edge/cs249r_book/commit/6f543baa924c5ddc37429d96cbef4b33ca5b9b36) Merge pull request #376 from Mjrovai/366-labs-raspi-support ### 📊 Changes **90 files changed** (+2233 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `_quarto.yml` (+6 -0) 📝 `contents/labs/getting_started.qmd` (+27 -13) 📝 `contents/labs/labs.qmd` (+19 -19) ➕ `contents/labs/raspi/image_classification/image_classification.qmd` (+1539 -0) ➕ `contents/labs/raspi/image_classification/images/jpeg/img_class_cover.jpg` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/jpeg/img_class_func.jpg` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/jpeg/model_1.jpg` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/jpeg/model_2.jpg` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/jpeg/project_goal.jpg` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/png/MobilinetV2.png` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/png/app-inference.png` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/png/cam_installed.png` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/png/capture.png` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/png/capture_test.png` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/png/cat_original.png` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/png/cifar10_model.png` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/png/data-Aquisition.png` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/png/data-esplorer.png` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/png/enter_label.png` (+0 -0) ➕ `contents/labs/raspi/image_classification/images/png/image-20240823145059675.png` (+0 -0) _...and 70 more files_ </details> ### 📄 Description Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist. 1. **Content** - [x ] The chapter content is complete and covers the topic in detail. - [x ] All technical terms are well-defined and explained. - [x ] Any code snippets or algorithms are well-documented and tested. - [x ] The chapter follows a logical flow and structure. 2. **References & Citations** - [ ] All references are correctly listed at the end of the chapter. - [x ] In-text citations are used appropriately and match the references. - [ ] All figures, tables, and images have proper sources and are cited correctly. 3. **Quarto Website Rendering** - [x ] The chapter has been locally built and tested using Quarto. - [x ] All images, figures, and tables render properly without any glitches. - [x ] All images have a source or they are properly linked to external sites. - [x ] Any interactive elements or widgets work as intended. - [x ] The chapter's formatting is consistent with the rest of the book. 4. **Grammar & Style** - [x ] The chapter has been proofread for grammar and spelling errors. - [x ] The writing style is consistent with the rest of the book. - [x ] Any jargon is clearly explained or avoided where possible. 5. **Collaboration** - [ ] All group members have reviewed and approved the chapter. - [ ] Any feedback from previous reviews or discussions has been addressed. 6. **Miscellaneous** - [x ] All external links (if any) are working and lead to the intended destinations. - x[ ] If datasets or external resources are used, they are properly credited and linked. - [ ] Any necessary permissions for reused content have been obtained. 7. **Final Steps** - [x ] The chapter is pushed to the correct branch on the repository. - [x ] The Pull Request is made with a clear title and description. - [x ] The Pull Request includes any necessary labels or tags. - [x ] The Pull Request mentions any stakeholders or reviewers who should take a look. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 13:12:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#2675