rseroter / go-genai-storefront

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-genai-storefront

This is an example Go app that uses generative AI (Google's Gemini model) to provide personalized item summaries to the shopper.

Blog post about this sample app

Read about the app here.

How to try it

  • Clone the repo
  • Get an Gemini API key from https://ai.google.dev/
  • Set an environment variable for GEMINI_API_KEY
  • Start up the app (go run main.go)
  • Browse the app and see the personalized results for each catalog item when viewing the "details" page

About

License:Apache License 2.0


Languages

Language:Go 53.9%Language:HTML 46.1%