arugyani / shopIQ

LLM powered high-consideration research tool for UTD senior project
1 stars 0 forks source link

fix: integrated all of the web scraper functions together #55

Closed jitlis closed 2 months ago

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
shop-iq ✅ Ready (Inspect) Visit Preview Mar 30, 2024 8:20am
jitlis commented 2 months ago

Can we also call the product scraper here since you already are inputting the filters, so we can see that the entire flow is working?

product scraper is being called in input_filters since we want to input before calling the scrape. Running app.js should run everything.

divyamk commented 2 months ago

Can we also call the product scraper here since you already are inputting the filters, so we can see that the entire flow is working?

product scraper is being called in input_filters since we want to input before calling the scrape. Running app.js should run everything.

sounds good