FileSense
filesense is a Python package that generates new, descriptive names for text, PDF, DOCX, PowerPoint, and image files using Generative AI.
Features
- Supports text, PDF, DOCX, PowerPoint, and image files.
- Automatically generates new names based on file content.
- Generative AI technique for title generation.
- renames files , preserving the original content.
Installation
To install filesense, use pip:
pip install filesense
Usage
Here's how to use filesense in your project:
from filesense import FileRenamer
# Initialize the FileRenamer
renamer = FileRenamer()
# Rename the file
renamer.rename_file(file_path, dest_path)
Required Parameters:
- file_path = "path/to/your/file.pdf"
- dest_path = "./renamed_files/" (current directory will be the defualt value)
Contact
For any questions or inquiries, please contact mayurdabade1103@gmail.com.