PREVIEW: https://ecommerce-ia-ten.vercel.app
This project provides an interface to generate product descriptions using AI. It supports multiple languages and allows customization of tone and special instructions.
- Generate AI Descriptions: Automatically generate product descriptions using AI.
- Language Support: Supports multiple languages for description generation.
- Tone Customization: Choose from various tones like Expert, Bold, Playful, Sophisticated, Persuasive, and Encouraging.
- Special Instructions: Add specific instructions to customize the generated descriptions.
- Clone the repository:
git clone https://github.com/MartinAlexanderFloresTorres/ECOMMERCE-IA
- Navigate to the project directory:
cd ecommerce-ai
- Install the dependencies:
npm install
- Start the application:
npm run dev
- Open the URL provided in the terminal: http://localhost:3000
- Obtain an API key from https://platform.openai.com/api-keys
The IAGenerate
component provides the interface for generating product descriptions using AI.
onConserve: (text: string) => void
: Callback function to handle the conserved text.
<IAGenerate onConserve={(text) => console.log('Conserved Text:', text)} />;
Contributions are welcome! If you would like to collaborate, please follow the guidelines for contributing.
For questions or comments, you can contact us at [email protected].