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

https://github.com/albertorsesc/blog-generator

Basic Blog Article generator using Python, Streamlit, Gemini Pro and OpenAI
https://github.com/albertorsesc/blog-generator

gemini-api openai-api python streamlit

Last synced: 2 months ago
JSON representation

Basic Blog Article generator using Python, Streamlit, Gemini Pro and OpenAI

Awesome Lists containing this project

README

          

## Blog Article Generator using GeminiPro, Dalle-3 and Streamlit

### Installation

Install OpenAI & Steamlit

`pip install openai streamlit`

Install Google GenerativeAI

`pip install google-generativeai`

Install Python DotEnv

`pip install python-dotenv`

Create `.env` file

`cp .env.example .env`

Set the API keys for OpenAI and Gemini

### Run Application

`streamlit run app.py`