
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
stt-sample-inspector
Advanced tools
Inspect, modify, and add metadata to DeepSpeech (speech-to-text) datasets in CSV format.
Inspect, modify, and add metadata to DeepSpeech (speech-to-text) datasets in CSV format.
This tool lets you quickly inspect, edit, and add metadata to a DeepSpeech dataset.
Typical flow:
This tool can be installed and run in the server where the data resides. It'll expose a web interface that users can connect to.
This is a Python library. The user can load the CSV with Pandas, do whatever filtering or slicing is needed, then call stt_sample_inspector.serve_df(dataframe)
which will start the server. When the user is done inspecting/modifying the DataFrame, the function returns the modified DataFrame.
The module also provides convenience functions to make relative paths in the CSV absolute: stt_sample_inspector.utils.read_csv_and_absolutify
(read from a file path) and stt_sample_inspector.utils.create_abs_column
(create the column given a DataFrame and the folder to make paths relative to) The abs_wav_filename
column created by those functions is required by the tool.
In addition, the package provides a CLI tool which takes two CSV files as parameters, one as input and one was output, where the modified DataFrame will be written to once the user is done editing:
stt_sample_inspector input.csv output.csv
FAQs
Inspect, modify, and add metadata to DeepSpeech (speech-to-text) datasets in CSV format.
We found that stt-sample-inspector demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.