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
- Host: GitHub
- URL: https://github.com/mohamedelashri/arxiv_tts
- Owner: MohamedElashri
- License: gpl-2.0
- Archived: true
- Created: 2023-05-07T04:43:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T21:49:06.000Z (over 2 years ago)
- Last Synced: 2025-03-03T08:26:24.088Z (7 months ago)
- Language: Python
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```