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.
- 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
- Clone the repo:
git clone https://github.com/Nutlope/description-generator
- Create a
.env
file and add your Together AI API key:TOGETHER_API_KEY=
- 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. - Run
npm install
andnpm run dev
to install dependencies and run locally