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

mail-tracking-number-voice-recognition-post-processing

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mail-tracking-number-voice-recognition-post-processing

Library contains functionality for converting given CTC-trained Neural Networks output into tracking number (Russian Post or International mail) format

  • 0.0.0.1
  • PyPI
  • Socket score

Maintainers
1

This package allows you to convert CTC-trained Neural Networks output into mail tracking number in International mail or Russian Post format

Format example for International mail: RO260964943RU
Format example for Russian Post: 1421171600738

Class TrackingNumberRecognizer has method convert(matrix: np.array) -> list, which takes 2d matrix and returns list of possible tracking numbers in decreasing order of probability

Matrix first dimension corresponds to the time moment. Second dimension corresponds to a letter, last index has to correspond to blank (see CTC). Russian letters supported only.

Value is the probability of pronunciation letter at the moment.

Format (International mail or Russian Post) is set in TrackingNumberRecognizer constructor.

You can also set the letters order, the probability of your model making mistake, and the prior probabilities for letters in case of International mail format

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