An open API service indexing awesome lists of open source software.

https://github.com/mohamedelashri/arxiv_tts

A webapp to read arxiv papers using text to speech model
https://github.com/mohamedelashri/arxiv_tts

Last synced: 5 months ago
JSON representation

A webapp to read arxiv papers using text to speech model

Awesome Lists containing this project

README

          

# Arxiv Text to Speech
A webapp (hopfully one day when I master flask) to read arxiv papers using text to speech model.

## Usage

The current version is just a python script that can be ran on your machine.

```
python arxiv.py ""
```

### Requirments

You can install the depndencies directly from `requirments.txt` or just

```
pip install requirments.txt
```