An open API service indexing awesome lists of open source software.

https://github.com/mayashavin/product-info-ai-generator

This AI tool leverages different LLM services to generate product information from a given image. Simply upload an image of a product and the model will generate a title, description, and tags for the product. You can also customize the generated information by providing a custom prompt, target language, and target tone.
https://github.com/mayashavin/product-info-ai-generator

aiapps flask-api gpt-4 gpt-4o langchain langchain-python llms openai python3 vue3 vue3-typescript vuejs

Last synced: about 1 month ago
JSON representation

This AI tool leverages different LLM services to generate product information from a given image. Simply upload an image of a product and the model will generate a title, description, and tags for the product. You can also customize the generated information by providing a custom prompt, target language, and target tone.

Awesome Lists containing this project

README

        

# ImgToProduct - Product Information Generator

This AI tool leverages different LLM services to generate product information from a given image. Simply upload an image of a product and the model will generate a title, description, and tags for the product. You can also customize the generated information by providing a custom prompt, target language, and target tone.

Screenshot 2024-06-19 at 1 10 56

The first version allows user to generate and copy the product information in JSON format. Future versions will include more customization options, additional output formats and other E-commerce direct integrations.

## Technologies used

- Front-end: Vue, Tailwind CSS
- Back-end: Python, Flask, Langchain, OpenAI API