Text Enhancer Application is a web application built with Ruby on Rails that integrates the OpenAI GPT-4o API to enhance and correct text content. This tool is ideal for blogs, e-commerce, and any platform that requires high-quality content. With this application, users can generate more attractive and descriptive titles and descriptions, correct grammatical errors, and add valuable information about known products, all in the same language they write in.
- Automatic Title and Description Generator: Automatically improves titles and descriptions to make them more eye-catching and descriptive.
- Grammar Correction: Corrects grammatical errors and improves the readability of the text.
- Add Additional Information: If the user describes a known product, the application adds general features and benefits of that type of product.
- Response in the Same Language: The application responds in the same language in which the user writes.
- Easy Integration: Easy to integrate and use on any web platform.
- OpenAI for providing the API.
- Tailwind CSS for the styling framework.
- Ruby on Rails for the powerful web development framework.
- Ruby 3.2.2
- Rails 7.1.2
- Node.js >= v16.5.0
- Yarn >= 1.22.19
- Open AI API Key
Follow these instructions to get a copy of the project running on your local machine for development and testing purposes.
- Clone the repository:
git clone git@github.com:illuminaki/TextEnhancer.git
cd TextEnhancer
Install dependencies:
bundle install
yarn install
- Configure your database settings in config/database.yml and then create and migrate the database: :
rails db:create
rails db:migrate
- Create a .env file in the root directory and add your OpenAI API key:: :
OPENAI_ACCESS_TOKEN=sk-your-api-key
- Start your server :
rails s
Visit the application: Open your web browser and go to http://localhost:3000.
This project is licensed under the MIT License, which means you are free to use it in your own personal or commercial projects.
If you have any questions or need more information, you can contact me through illuminaki.online
Text Enhancer Application es una aplicación web construida con Ruby on Rails que integra la API OpenAI GPT-4o para mejorar y corregir el contenido textual. Esta herramienta es ideal para blogs, e-commerce y cualquier plataforma que requiera contenido de alta calidad. Con esta aplicación, los usuarios pueden generar títulos y descripciones más atractivos y descriptivos, corregir errores gramaticales y añadir información valiosa sobre productos conocidos, todo en el mismo idioma en el que escriben.
- Generador automático de títulos y descripciones: Mejora automáticamente los títulos y descripciones para hacerlos más llamativos y descriptivos.
- Corrección gramatical: Corrige errores gramaticales y mejora la legibilidad del texto.
- Añadir información adicional: Si el usuario describe un producto conocido, la aplicación añade características generales y beneficios de ese tipo de producto.
- Respuesta en el mismo idioma: La aplicación responde en el mismo idioma en el que el usuario escribe.
- Fácil integración: Fácil de integrar y usar en cualquier plataforma web.
- OpenAI por proporcionar la API.
- Tailwind CSS por el framework de estilos.
- Ruby on Rails por el potente framework de desarrollo web.
- Ruby 3.2.2
- Rails 7.1.2
- Node.js >= v16.5.0
- Yarn >= 1.22.19
- Open AI API Key
Sigue estas instrucciones para obtener una copia del proyecto funcionando en tu máquina local para fines de desarrollo y prueba.
- Clonar el repositorio:
git clone git@github.com:illuminaki/TextEnhancer.git
cd TextEnhancer
Instalar dependencias:
bundle install
- Configura tu base de datos en config/database.yml y luego crea y migra la base de datos: :
rails db:create
rails db:migrate
- Crea un archivo .env en el directorio raíz y agrega tu clave API de OpenAI: :
OPENAI_ACCESS_TOKEN=sk-your-api-key
- Inicia tu servidor: :
rails s
Visita la aplicación: Abre tu navegador web y ve a http://localhost:3000.
Este proyecto está licenciado bajo la Licencia MIT, lo que significa que puedes utilizarlo libremente en tus propios proyectos personales o comerciales.
Si tienes preguntas o necesitas más información, puedes contactarme a través de illuminaki.online