Summize is an open-source article summarizer that utilizes Natural Language Processing (NLP) techniques to generate a summary of a given article. The tool simplifies your reading by transforming lengthy articles into clear and concise summaries. Summize is built using the OpenAI GPT-4 language model, which is trained on a large corpus of diverse texts and is capable of generating high-quality summaries.
To use Summize, clone this repository to your local machine using the following command:
git clone https://github.com/yoseflakew25/AI-article-summarizer.git
Then, navigate into the cloned directory and install the required dependencies using pip:
cd AI-article-summarizer
pip install -r requirements.txt
To summarize an article, simply go to any article website, copy the URL, and paste it in Summize's website. The tool will automatically retrieve the article, preprocess the text, and generate a summary using the OpenAI GPT-4 model. The summary will be displayed on the website, making it easy for you to quickly understand the main points of the article.
Contributions to this repository are welcome. If you would like to contribute, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.