Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

filesense

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filesense

A package to rename files based on their content using Generative AI.

  • 1.0.1
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc