In this project, we have made an automatic text summarizer which summarizes different types of text data sources.
We made the telegram bot which is used to generate a summary of the text and provide a title and audio file for the same. Alternatively, if there are youtube video, PDFs, etc uploaded by the educator, the solution is able to summarize the large content into bite-sized information.
https://openai.com/api/| Parameter | Description |
|---|---|
api_key |
Required. Your API key |
Bot_Token |
Required Telegram Bot Token |
You need to import these libraries, if not downloaded use pip install
numpy
requests
convertapi
gtts
jsonpickle
nltk
openai
pdfplumber
pydaisi
PyPDF2
pyTelegramBotAPI
wget
youtube_transcript_apiPython,GPT3,Telegram Bot,Machine Learning

