Changes between Version 3 and Version 4 of Other/Summer/2024/lLM
- Timestamp:
- Jul 8, 2024, 2:02:18 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/lLM
v3 v4 1 1 **HS Team Members**: Jose Rubio, Sathvik Samant, Jonathan Duran, Vedant Talati 2 2 https://www.orbit-lab.org/wiki/Other/Summer/2024/lLM?action=edit# 3 3 **Project Goal**: To create a functional smart-space for Internet-of-Things(IoT) and Machine Learning (ML) research. "Maestros," which are RaspberryPi 3B+s with various sensors, will collect a variety of multi-modal data formats (ex. temperature, humidity, RGB, motion, video, audio, etc). This data, then, will be stored on the a WINLAB server, and can be remotely connected to and experimented with using SSH. 4 4 … … 7 7 Week 1 8 8 **Slideshow Link**: https://docs.google.com/presentation/d/1tB2aXgDJbP6hyVbTjhTdmyO4sL-t9mIQVLcBbdQiM44/edit?usp=sharing 9 **What we did this week:** 10 1. **Github** Familiarized ourselves with Cy-Phy Lab Github, understanding system architecture, existing code, and creating our credentials. We then practiced pushing and pulling commits to Github using the following command line prompts: 11 {{{#!div style="font-size: 80%" 12 Code highlighting: 13 {{{git clone https://github.com/URL-TO-REPO-HERE #to clone repository onto local 14 git status 15 git add #takes the changes from working directory to staging area 16 git commit #takes changes from staging area and pushes to repository 17 git commit -m "ADD_COMMIT_MESSAGE_HERE" #to ensure readable Github 18 git push origin main #this pushes changes to the main repository from your local 19 20 21 }}} 9 22 10 23