Minimalist Streamlit app that shows two realistic possible outcomes for a decision question using a local LLM (Ollama).
ollama serve
(for example) ollama pull mistral
- Clean, minimalist UI matching your design.
- Left-hand question input and AI settings.
- Top-right AI details, "Second Angle" header and two outcome cards.
- Local LLM integration (Ollama).
- Python 3.9+
- Ollama (local LLM server) - optional models:
mistral,neural-chat,orca-mini(if available in your environment) - Recommended: virtualenv
- Create and activate a virtual environment (optional but recommended) -
python -m venv .venv
# Windows PowerShell
[Activate.ps1](http://_vscodecontentref_/4)
# or cmd
[activate.bat](http://_vscodecontentref_/5)
# macOS / Linux
source .venv/bin/activate
Run the app using - "streamlit run [app.py](http://_vscodecontentref_/7)"