Streamlit app for poem generaton with customizable parameters
-
Clone the repo locally
git clone https://github.com/s1099/poem-gen cd poem-gen
-
(optional) create venv
python3 -m venv .venv # or use uv uv venv # On macOS and Linux source .venv/bin/activate # On Windows .venv\Scripts\activate
-
Install dependencies
pip install -r requirements.txt # or with uv uv pip install -r requirements.txt
-
Rename
.env.example
to.env
and put in your gemini api key -
streamlit run app.py
to run