This project automates the retrieval and analysis of NASA's Astronomy Picture of the Day (APOD) using a self-hosted runner (Linux Machine/Raspberry Pi), GitHub Actions, and MATLAB. It showcases how MATLAB GitHub Actions can be used in continuous workflows.
- GHA Cron Trigger: A GitHub Actions scheduler runs periodically to start the workflow.
- API Call (Python): A Python script fetches the latest APOD from the NASA API.
- MATLAB Analysis: MATLAB processes and analyzes the image using image processing tools.
- Results: The pipeline generates visual or numeric results such as color palettes, histograms, etc.
The goal is to showcase MATLAB Actions to run such a flow in MATLAB on a self-hosted runner and perform further analysis of the image(s) using toolboxes such as the Image Processing Toolbox