A high-performance "Visual-to-Local" sync engine designed to reconstruct complex cloud-based project structures directly into your local workspace. Instead of relying on restricted "premium" zip downloads, VisualSync-OCR uses computer vision to map, read, and clone architecture in real-time.
Most modern "AI Website Builders" and IDE-as-a-Service platforms lock your source code behind a paywall, requiring premium subscriptions just to export a ZIP file.
VisualSync-OCR bypasses this bottleneck by:
- Visual Mapping: Using OCR to live-parse the sidebar navigation/file tree of any browser-based IDE.
- Dynamic Reconstruction: Automatically creating the identical folder structure in your local VS Code workspace.
- Lossless Code Extraction: Leveraging NVIDIA RTX power to perfectly capture and paste code content file-by-file from the UI to your local machine.
- OCR Breadcrumb Detection: Identifies the active file target via screen analysis.
- Local Workspace Mapping: Matches UI elements to physical local paths.
- Auto-Sync Loop: Automated "Copy -> Switch -> Paste -> Next" cycle.
- Recursive Tree Builder: (Upcoming) Automatically creates sub-folders in VS Code as it discovers them in the browser sidebar.
- NVIDIA RTX Acceleration: Optimized image processing for instantaneous text recognition.
- Configure Root: Set your
BASE_DIRto your target local project folder. - Alignment: Ensure the sidebar coordinates match your current monitor resolution.
- Execution:
python visualsync_agent.py
This project is a technical demonstration of Computer Vision & GUI Automation. It is intended for educational purposes exploring how UI-based data can be structured into local environments.
Created by Neer-tech878