A local AI chat prototype built with Streamlit and Ollama for HCI 2026 coursework.
This project is a lightweight LLM-based chatbot interface designed for HCI prototyping.
It runs entirely on your local machine β no internet or API key required.
git clone https://github.com/YOUR_ID/hci-2026-llm-prototype.git
cd hci-2026-llm-prototypepip install -r requirements.txtDownload and install from https://ollama.com
ollama pull gemma3:4bπ Browse all available models at https://ollama.com/library
To use a different model, pull it first and updateOLLAMA_MODELinconfig.py:OLLAMA_MODEL = "your-model-name" # e.g. "qwen2.5:3b", "llama3.2:3b"
ollama servestreamlit run app.py