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
- Host: GitHub
- URL: https://github.com/albertorsesc/blog-generator
- Owner: albertorsesc
- Created: 2024-04-07T01:41:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T02:45:23.000Z (about 2 years ago)
- Last Synced: 2025-06-04T04:23:19.694Z (about 1 year ago)
- Topics: gemini-api, openai-api, python, streamlit
- Language: Python
- Homepage:
- Size: 542 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`