Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summarizer Added For Medium Article Reader #437

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

darshbaxi
Copy link
Contributor

Fixes #377

Type of change

  • Added new project
  • Bug fix
  • New features
  • Enhanced documentation

Changes proposed in this pull request

Project name: Medium Article Reader

Short description: This Python script allows users to summarize Medium articles. It employs the Langchain library, along with the OpenAI GPT-3.5 Turbo model, to summarize content from a specified article URL. Users can opt for either a summarized version or the complete article, and the script also offers text-to-speech functionality using the pyttsx3 library.

Screenshot:

image

Checklist

  • The code is Python 3 compatible
  • I have added relevant comments in my file to make the code understandable
  • I have added my project to a folder that includes all the necessary files

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2023

Greetings! This is an automated message from GitHub Actions. 🤖
Your pull request has been received and is awaiting for a review by the repository owner or a maintainer. This may take some time, so please be patient.
While you wait, you can continue to work on other issues or pull requests, or explore the project further. Or you can simply relax and enjoy your day.
Thank you for your contribution to this project! You are awesome! ⭐

@PythonicBoat PythonicBoat merged commit e46ef29 into Mrinank-Bhowmick:main Oct 6, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Summarizer For Medium Article Reader
2 participants