
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NISTβs handling of the National Vulnerability Database.
Turn any text into a soothing ASMR-style reading experience. Because sometimes you just want your PDF documentation read in a calming voice.
You can install ASMReader using pip
:
pip install asmreader
For users who prefer to use pipx
, you can install it globally:
pipx install asmreader
If you are using uv
, you can install it with:
uv install asmreader
After installation, you can run the application using the command:
asmreader --help
Important: Before using the application, you MUST call the download_model
function to download the necessary files.
make run -- --file path/to/your/2501.00536v2.pdf # Read a local file
make run -- --url "https://en.wikipedia.org/wiki/Gigi_D%27Agostino" # Read a web page
make run -- --file document.txt --speed 0.8 # Adjust speech speed
make run -- --file document.pdf --output reading.wav # Save to file instead of playing
To contribute:
git checkout -b feature/amazing-feature
)make test
asmreader/readers/
TextReader
supported_mime_types()
and read()
READERS
in readers/__init__.py
Example:
class MyNewReader(TextReader):
def supported_mime_types(self, mime: str) -> bool:
return mime in ['application/x-my-format']
def read(self, file_path: str) -> str:
# Your implementation here
pass
MIT - Because sharing is caring, and ASMR should be free.
Because sometimes you need your technical documentation read in a soothing voice while you drift off to sleep, dreaming of well-documented code and properly handled edge cases.
FAQs
Turn any text into a soothing ASMR-style reading experience
We found that asmreader 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.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NISTβs handling of the National Vulnerability Database.
Research
Security News
Socketβs Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.