You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PDF Text Summarization and Q&A Chatbot This project is a Streamlit-based web application that allows users to upload PDF documents, extract and summarize their text content, and interact with a Q&A chatbot to get answers related to the document.
Smart Audio Book is a Python script that converts text from a PDF document into spoken words using text-to-speech (TTS) technology. Users can specify a range of pages to read aloud, making it easier to consume PDF content audibly. The script utilizes pyttsx3 for speech synthesis and PyPDF2 for extracting text from PDF files.