← Back to FarmIQ

SprayScout

Snap a photo of your chemicals - get EPA-verified product info instantly

Take a Photo

Point your camera at the chemical containers

๐Ÿ“ท

Analyzing image with AI...

Verifying products against EPA database

Identified Products

IMPORTANT: Rate ranges shown are from the official EPA label.
Always verify with the full label before application.

๐Ÿ“ Create Spray Record

๐Ÿงช Products to Apply

๐ŸŒค๏ธ Current Weather (fetching...)

--
Temperature
--
Wind
--
Direction
--
Humidity

No fields added yet

๐Ÿ“‹ Recent Spray Records

No spray records yet. Create your first one above!

`; // Open in new window for printing const printWindow = window.open('', '_blank'); printWindow.document.write(html); printWindow.document.close(); printWindow.print(); } // Update displayResults to store products const originalDisplayResults = displayResults; displayResults = function(products) { currentProducts = products; originalDisplayResults(products); }; // Load history on page load document.addEventListener('DOMContentLoaded', function() { loadSprayHistory(); });