Skip to content

seoultech-HAILAB/hci26-chat-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ¦™ HCI 2026 β€” LLM Prototyping Tool

A local AI chat prototype built with Streamlit and Ollama for HCI 2026 coursework.


πŸ“Œ Project Overview

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.


βš™οΈ Installation

1. Clone the repository

git clone https://github.com/YOUR_ID/hci-2026-llm-prototype.git
cd hci-2026-llm-prototype

2. Install Python dependencies

pip install -r requirements.txt

3. Install Ollama

Download and install from https://ollama.com

4. Pull the model

ollama pull gemma3:4b

πŸ” Browse all available models at https://ollama.com/library
To use a different model, pull it first and update OLLAMA_MODEL in config.py:

OLLAMA_MODEL = "your-model-name"  # e.g. "qwen2.5:3b", "llama3.2:3b"

πŸš€ Usage

Step 1. Start Ollama server

ollama serve

Step 2. Run the app (open a new terminal)

streamlit run app.py

Step 3. Open your browser

About

πŸŽ“ HCI 2026 β€” LLM Prototyping tool built with Streamlit & Ollama

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages