Skip to content

zeeshanafzal389/description-generator

 
 

Repository files navigation

Product Description Generator

Product Description Generator Demo

This is an ecommerce demo that allows you to upload a product image and get detailed descriptions for it in different languages. Powered by Together AI and Llama 3.2 Vision.

Tech stack

  • Llama 3.2 Vision from Meta for the Vision model
  • Together AI for LLM inference
  • S3 for image storage
  • Next.js app router with Tailwind
  • Plausible for website analytics

Cloning & running

  1. Clone the repo: git clone https://github.com/Nutlope/description-generator
  2. Create a .env file and add your Together AI API key: TOGETHER_API_KEY=
  3. Create an S3 bucket and add the credentials to your .env file. Follow this guide to set them up. All required values are in the .env.example file.
  4. Run npm install and npm run dev to install dependencies and run locally

About

Generate descriptions from product images in multiple languages with AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.6%
  • CSS 3.9%
  • JavaScript 0.5%