An open API service indexing awesome lists of open source software.

https://github.com/mohammadshabazuddin/blog-post-generation-application

This app generates blog posts based on a user-provided topic. Users enter their OpenAI API key and the topic for the blog post, and the app uses OpenAI's language models to create a 400-word blog post about the topic. The post is generated in the style of an experienced startup and venture capital writer.
https://github.com/mohammadshabazuddin/blog-post-generation-application

langchain openai python3 streamlit

Last synced: 2 months ago
JSON representation

This app generates blog posts based on a user-provided topic. Users enter their OpenAI API key and the topic for the blog post, and the app uses OpenAI's language models to create a 400-word blog post about the topic. The post is generated in the style of an experienced startup and venture capital writer.

Awesome Lists containing this project

README

          

### Blog Post Generation Application
This project is a Streamlit app that generates blog posts based on a user-provided topic. Users enter their OpenAI API key and the topic for the blog post, and the app uses OpenAI's language models to create a 400-word blog post about the topic. The post is generated in the style of an experienced startup and venture capital writer. After generating the content, the app also outputs the total word count of the blog post. The app ensures the user provides a valid API key before processing the request.

### How to run? Use python = 3.11
conda create -n llmapp python=3.11 -y

conda activate llmapp

pip install -r requirements.txt

streamlit run main.py

Live Website: https://blog-post-generator1.streamlit.app/