Features

1. 🚀 Basic Method

Free and Generic Renaming: This method provides basic renaming functionality without the need for any external APIs.

Ideal for: Users who need simple file renaming based on content without any additional cost.

2. 🛠️ Advanced Method 1: Base64 Encoding with OpenAI API

Base64 Encoding: This method encodes file content using Base64 and sends it to OpenAI's API for smart renaming.

Utilizes: OpenAI API for intelligent and context-aware renaming.

Ideal for: Users who require advanced renaming capabilities with an emphasis on privacy, using local encoding before processing.

3. ☁️ Advanced Method 2: Cloudinary Integration with OpenAI API

Cloudinary Integration: This method uploads files to Cloudinary and then uses OpenAI's API to analyze and rename files based on their content.

Utilizes: Cloudinary for image management and OpenAI API for content analysis.

Ideal for: Users who manage large media libraries and require cloud-based storage and processing.