https://github.com/streamlit/blog-image-generator
Streamlit app that generates SVGs for use in our blog
https://github.com/streamlit/blog-image-generator
Last synced: 10 months ago
JSON representation
Streamlit app that generates SVGs for use in our blog
- Host: GitHub
- URL: https://github.com/streamlit/blog-image-generator
- Owner: streamlit
- License: apache-2.0
- Created: 2022-07-13T17:57:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T19:00:27.000Z (almost 2 years ago)
- Last Synced: 2025-08-25T01:36:18.007Z (10 months ago)
- Language: Python
- Size: 3.87 MB
- Stars: 7
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Streamlit Blog Image Generator
A Streamlit app to generate images for the [Streamlit blog](https://blog.streamlit.io).
## Try it out online
[](https://image-generator.streamlit.app)
## Try it out locally
#### Installation
```sh
pip install -r requirements.txt
```
#### Usage
```python
streamlit run streamlit_app.py
```
🎈🎈🎈