Skip to content

diwakaragg/ai_blog_summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

📰 ➡️ 🎙️ Blog Summary Agent

This is a Streamlit-based application that allows users to convert any blog post into a summary. The app uses OpenAI's GPT-4 model for summarization, Firecrawl for scraping blog content. Users simply input a blog URL, and the app will generate a summary based on the blog.

Features

  • Blog Scraping: Scrapes the full content of any public blog URL using Firecrawl API.

  • Summary Generation: Creates an engaging and concise summary of the blog (within 2000 characters) using OpenAI GPT-4.

  • API Key Integration: Requires OpenAI and Firecrawl API keys to function, entered securely via the sidebar.

Setup

Requirements

  1. API Keys:

    • OpenAI API Key: Sign up at OpenAI to obtain your API key.

    • Firecrawl API Key: Get your Firecrawl API key from Firecrawl.

  2. Python 3.8+: Ensure you have Python 3.8 or higher installed.

Installation

  1. Clone this repository:

    git clone https://github.com/diwakaragg/ai_blog_summary.git
    cd ai_blog_summary
  2. Install the required Python packages:

    pip install -r requirements.txt

Running the App

  1. Start the Streamlit app:

    streamlit run blog_to_podcast_agent.py
  2. In the app interface:

    • Enter your OpenAI, and Firecrawl API keys in the sidebar.

    • Input the blog URL you want to convert.

    • Click "🎙️ Generate Blog Sumary".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages