Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gowthamsiddarthademan/content_extractor_with_texttospeech
A web application that allows users to extract content from PDF, PPT files, and websites. It includes a text-to-speech feature that reads aloud the extracted content and highlights the currently spoken word.
https://github.com/gowthamsiddarthademan/content_extractor_with_texttospeech
flask-application python webapp
Last synced: 4 days ago
JSON representation
A web application that allows users to extract content from PDF, PPT files, and websites. It includes a text-to-speech feature that reads aloud the extracted content and highlights the currently spoken word.
- Host: GitHub
- URL: https://github.com/gowthamsiddarthademan/content_extractor_with_texttospeech
- Owner: gowthamsiddarthademan
- Created: 2024-12-31T12:43:47.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-12-31T12:46:49.000Z (10 days ago)
- Last Synced: 2024-12-31T13:31:54.470Z (10 days ago)
- Topics: flask-application, python, webapp
- Language: HTML
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content_Extractor_with_Texttospeech
A web application that allows users to extract content from PDF, PPT files, and websites. It includes a text-to-speech feature that reads aloud the extracted content and highlights the currently spoken word.
## Features:
- **Extract content** from PDF and PPT files.
- **Extract content** from a given website URL.
- **Text-to-Speech**: The extracted content is read aloud by the app.
- **Word Highlighting**: The current word being read aloud is highlighted in yellow.## Installation
### Prerequisites:
- Python 3.x
- Flask
- PyPDF2 (for PDF content extraction)
- BeautifulSoup (for website content extraction)
- Pyttsx3 (for text-to-speech)