NLP-Text-Summarizer

Blog Generator:

Built an NLP project using the AI power of GPT2 of Hugging Face Transformers and Python to generate blog posts using a technique called Text Generation

  1. Set up Hugging Face Transformers to use GPT2-Large. Loaded the GPT2 Model and Tokenizer

  2. Encoded text into token format and generated text using the GPT2 Model and decoded output to generate blog posts.

Text Summarizer:

Build a website scrapper using Beautiful Soup package in python. Imported the text into a Python Jupyter Notebook and summarized the text using a pre-trained, AI-powered summarization pipeline from Hugging Face Transformers in NLP.