Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)