Skip to content

spryker-community/ai-enabled-product-search-promoting-green-products

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon Project

Created by team Hack Sparrow

🥈 With this project, team Hack Sparrow won the 2nd prize in the August 2024 Hackathon! 🥈

Short Project Description

This feature allows customer to view products based on phrase search that they have entered in search Box. It reduces number of clicks for finding the right category and multiple filters on PLP to view the products matching the customers' requirements. Also, we have tried promoting green products for the given search to ensure less CO2 emission products are shown for their purchase.

This project integrate with google vertex api to get related data based on provided text.

📹 Team Demo

Team Nagarro Oryx presented this demo at the conclusion of the Nagarro Hackathon on Augsut 2nd, 2024:

Nagarro Hackathon: Demo Team #1: Nagarro Oryx

View other team demo's on our YouTube Playlist

Prerequisite

  • Should have a service account credentials with vertex ai admin access stored in json file at root level and set env variable with file path as SERVICE_ACCOUNT_CREDENTIALS_FILE_PATH.

Steps

  • After installing all dependencies, in config_default.php, ai search can be disabled or enabled using
....
$config[SearchElasticsearchConstants::ENABLE_GOOGLE_AI_SEARCH] = true;
....

Releases

No releases published

Packages

No packages published

Languages

  • PHP 72.6%
  • Twig 17.8%
  • SCSS 6.6%
  • TypeScript 1.8%
  • JavaScript 1.0%
  • HTML 0.2%