Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 446 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 446 Bytes

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