A simple, professional UI to generate context-aware excuses quickly.
- Create and activate a virtual environment (recommended)
- Windows PowerShell:
python -m venv .venv .venv\Scripts\Activate.ps1
- Windows PowerShell:
- Install dependencies:
pip install -r requirements.txt
- Run the app:
streamlit run app.py
- Scenario, audience, tone, specificity, and length controls
- Optional custom context
- Rephrase button for variations
- History with optional JSONL persistence
- Templates are defined in
src/generator.pyand can be extended. - No external models required; works fully offline.