Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,52 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
sdk: gradio
|
| 5 |
-
emoji: 👀
|
| 6 |
colorFrom: blue
|
| 7 |
-
colorTo:
|
| 8 |
-
|
|
|
|
| 9 |
---
|
| 10 |
# Savvi-AI: Your Intelligent Shopping Assistant
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Savvi-AI
|
| 3 |
+
emoji: 🛍️
|
|
|
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 3000
|
| 8 |
---
|
| 9 |
# Savvi-AI: Your Intelligent Shopping Assistant
|
| 10 |
+
|
| 11 |
+
## Transforming Online Product Discovery with Generative AI
|
| 12 |
+
|
| 13 |
+
## Vision
|
| 14 |
+
|
| 15 |
+
Savvi-AI aims to revolutionize the online shopping experience by transforming product search into an intelligent, personalized discovery process. Our vision is to empower consumers to find just *any* product, but the *perfect* product that meets their specific needs and budget, cutting through the noise of crowded e-commerce platforms.
|
| 16 |
+
|
| 17 |
+
## Introduction
|
| 18 |
+
|
| 19 |
+
Tired of endless scrolling and generic recommendations when shopping online? In today's digital marketplace, finding the perfect product can feel like searching for a needle in a haystack. We're often faced with:
|
| 20 |
+
|
| 21 |
+
* **Information Overload:** Major e-commerce sites list millions of products, making it overwhelming to find the right one.
|
| 22 |
+
* **Generic Search Results:** Standard search functions often prioritize sponsored products or popular items, which may not be the best value or fit for an individual's unique requirements.
|
| 23 |
+
* **Analysis Paralysis:** Manually comparing numerous similar products across different tabs—weighing features, reviews, and prices—is a tedious and time-consuming task.
|
| 24 |
+
* **Limitations of Traditional Recommendations:** Collaborative filtering ("people who bought this also bought...") can lead to popularity bias, cold start problems, and a lack of understanding of your specific context and intent.
|
| 25 |
+
|
| 26 |
+
Savvi-AI is a proof-of-concept project that aims to tackle these challenges head-on by leveraging the power of Generative AI to provide a truly intelligent and personalized product discovery experience.
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
Savvi-AI addresses these pain points directly, creating a more efficient and satisfying shopping journey.
|
| 30 |
+
|
| 31 |
+
## How Savvi-AI Works: Effectiveness and Usefulness
|
| 32 |
+
|
| 33 |
+
Savvi-AI is more than just a search bar. It's a smart shopping assistant that helps users make better decisions, faster.
|
| 34 |
+
* **Advanced Search & Filtering:** Users can start with a simple keyword search and then narrow down results using precise filters for price range and minimum user rating.
|
| 35 |
+
* **AI-Powered Suggestions:** This is the core of Savvi-AI. As a user searches, our AI assistant, powered by Google's Gemini model, analyzes their query, filters, and even the initial search results. It then provides a curated list of alternative or superior products that the user might have otherwise missed. The AI explains *why* each suggestion is a better fit, providing clear reasoning based on value, features, or quality.
|
| 36 |
+
* **Contextual & Personalized:** With options to set a country (US/India) and language, the AI tailors its suggestions to be more culturally and economically relevant to the user.
|
| 37 |
+
* **Direct Access:** Every product, whether from the initial search or an AI suggestion, comes with a direct link, allowing for a seamless transition from discovery to purchase.
|
| 38 |
+
|
| 39 |
+
By providing intelligent, data-driven recommendations, Savvi-AI saves users valuable time and helps them shop with confidence.
|
| 40 |
+
|
| 41 |
+
## Technology Stack
|
| 42 |
+
|
| 43 |
+
Savvi-AI is built on a modern, robust, and scalable tech stack, designed for a fast and responsive user experience.
|
| 44 |
+
|
| 45 |
+
* **Frontend Framework:** **Next.js** (using the App Router) for server-side rendering, performance optimization, and a streamlined development experience.
|
| 46 |
+
* **UI Library:** **React** and **TypeScript** for building interactive, type-safe user interfaces.
|
| 47 |
+
* **Component Library:** **ShadCN UI** provides a set of beautifully designed, accessible, and customizable components.
|
| 48 |
+
* **Styling:** **Tailwind CSS** for a utility-first approach to styling that is both rapid and maintainable.
|
| 49 |
+
* **Generative AI:** **Firebase Genkit** integrates with **Google's Gemini Pro** model to power the intelligent product suggestion engine.
|
| 50 |
+
* **Icons:** **Lucide React** for a comprehensive library of clean and lightweight icons.
|
| 51 |
+
|
| 52 |
+
This combination of technologies allows Savvi-AI to deliver a cutting-edge, AI-enhanced web application that is both powerful and a pleasure to use.
|