Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.75 KB

README.md

File metadata and controls

62 lines (38 loc) · 1.75 KB

AI 新聞/部落格摘要工具

這個程式是一個基於 Streamlit, BeautifulSoup 和 OpenAI GPT-3.5-turbo 模型的新聞或部落格文章摘要工具,靈感來自於 saadkiet 的 "AI-News-Blog-summarizer"。

https://github.com/saadkiet/AI-News-Blog-summarizer/

安裝需求

要使用這個工具,您需要先安裝以下 Python 套件:

pip install streamlit openai beautifulsoup4 requests

使用方式

  1. 先將此專案 clone 到你的電腦:

    git clone https://github.com/FuturizeRush/AI-News-Blog-summarizer-Chinese.git
    cd AI-News-Blog-summarizer-Chinese
  2. 輸入以下指令來執行程式:

    streamlit run app.py

請注意,您將需要輸入您的 OpenAI API 金鑰來啟用文章摘要功能。如果您尚未申請,可以至 OpenAI 官網申請。

AI News/Blog Summarization Tool

This program is a news or blog summarization tool based on Streamlit, BeautifulSoup, and OpenAI's GPT-3.5-turbo model, inspired by saadkiet's "AI-News-Blog-summarizer".

https://github.com/saadkiet/AI-News-Blog-summarizer/

Installation Requirements

To use this tool, you will first need to install the following Python packages:

pip install streamlit openai beautifulsoup4 requests

Usage

  1. First, clone this project to your computer:

    git clone https://github.com/FuturizeRush/AI-News-Blog-summarizer-Chinese.git
    cd AI-News-Blog-summarizer-Chinese
  2. Run the following command to execute the program:

    streamlit run app.py

Please note that you will need to enter your OpenAI API key to enable the article summarization function. If you have not yet applied for one, you can do so on the OpenAI official website.