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
.envfile and add your Together AI API key:TOGETHER_API_KEY= - Create an S3 bucket and add the credentials to your
.envfile. Follow this guide to set them up. All required values are in the.env.examplefile. - Run
npm installandnpm run devto install dependencies and run locally
