Skip to content

Business Editorial Bot App, a web application powered by OpenAI's GPT-3.5-turbo model and Streamlit. The app generates business article summaries from provided URLs and allows the user to select a tone for the generated summary.

License

Notifications You must be signed in to change notification settings

victorkjung/BusinessEditorialBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

BusinessEditorialBot

The Business Editorial Bot App is a Streamlit application that leverages the power of OpenAI's GPT-3.5-turbo model to generate summaries of business articles. You can paste the URL of an article, select the desired tone (e.g., professional, witty, engaging, or casual), and the app will produce a summarised version of the article in the chosen tone.

The output can be downloaded as a .docx file for further use.

Screenshot 2023-07-08 at 6 03 32 PM

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

This project requires Python 3.6+ and the following libraries installed:

Streamlit

pandas openai python-docx You can install these using pip:

Screenshot 2023-07-08 at 6 06 20 PM

After launching the app, paste the URL of the business article in the 'Enter the URL' field, select the desired tone of the article summary, then click 'Generate'. You will then need to enter your OpenAI API key. After the summary is generated, review and edit the draft if needed before clicking 'Publish' to generate the final version. You can then download the generated summary as a .docx file.

Running on GPT 3.5; the queries are less than a penny a request. This is very economical solution to the paying for other SAAS programs as you are still experimenting and exploring the world of python, its libraries like Streamlit, pandas, LLM language models, and ChatGPT (Chat Generative Pre-Trained Transformer) the artificial intelligence chatbot developed by OpenAI.

Screenshot 2023-07-08 at 6 07 35 PM

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Fork the Project Create your Feature Branch (git checkout -b feature/AmazingFeature) Commit your Changes (git commit -m 'Add some AmazingFeature') Push to the Branch (git push origin feature/AmazingFeature)

Open a Pull Request

Project Link: https://github.com/<your_username>/business-editorial-bot-app

Acknowledgments

OpenAI Streamlit

License

Distributed under the MIT License. See LICENSE for more information.

About

Business Editorial Bot App, a web application powered by OpenAI's GPT-3.5-turbo model and Streamlit. The app generates business article summaries from provided URLs and allows the user to select a tone for the generated summary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages