From 6bbc350b27d91138d9038008d87777429c58587b Mon Sep 17 00:00:00 2001 From: Bobtheotherone Date: Tue, 12 Aug 2025 00:47:35 -0700 Subject: [PATCH] docs: add banner image to README Integrate the header banner image (banner.png) at the top of README and keep existing content intact. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index afd4198..d669ae3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![PropFix Banner](banner.png) + # PropFix: AI‑Assisted Photo Editing Electron Application PropFix is a cross‑platform desktop application that uses a modern Electron/Node.js user interface and Python‑powered machine‑learning back‑end to deliver intelligent photo editing tools. The project’s goal is to demonstrate how computer systems engineering, data science, and modern software architecture can be combined in a portable product‑grade application. As a **passion project**, the repository has been organised with an emphasis on reproducibility, documentation, and careful version control so that it can serve as part of a professional portfolio.