Skip to content

Reads arXiv papers using Text-to-Speech

Notifications You must be signed in to change notification settings

andrewssobral/arxiv-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

arxiv-reader - Converting arXiv papers to audio.

Dr. Tristan Behrens, LinkedIn.

Reads arXiv papers using Text-to-Speech. Uses the Facebook model facebook/fastspeech2-en-ljspeech.

Installation.

Install these requirements:

pip install transformers
pip install g2p_en
pip install beautifulsoup4
pip install arxiv-downloader

The script also requires pandoc. If you are running on a Mac with Homebrew installed, you can install pandoc with:

brew install pandoc

If you do not run a Mac with Homebrew - which is a reason for regret - follow the installation instructions for your OS.

How to run.

If you want to convert "Attention is all you need" to speech, you can run the following command:

python convert.py "1706.03762"

Better use the quotes around the arXiv ID.

Issues and features.

Feel free to add more features and improve things. Pull requests are more than welcome. And do not hesitate GitHub issues.

Have fun!

About

Reads arXiv papers using Text-to-Speech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%