AdVance is an innovative web-based search application that combines text, image searches, and AI-powered summarization, offering users an immersive and holistic way to explore any topic. By integrating powerful tools like Google Custom Search, Groq API for summarization, and advanced visual features, AdVance provides an engaging, visually enriched, and user-friendly experience.

AdVance/
├── README.md
├── index.html
├── script.js
├── style.css
├── Config/
│ └── config.js
├── Documentation/
│ └── Documentation.md
└── images/
index.html: Core HTML structure.script.js: Main JavaScript functionality for UI updates and API integration.style.css: CSS for styling and responsiveness.Config/config.js: Stores API keys and configuration values.Documentation.md: Detailed documentation of the project.