/DistrictMatcher

Code developed for the exam in Human Computer Interaction in the MSc in Cognitive Science.

Primary LanguagePythonMIT LicenseMIT


Logo

Exam Project: Human Computer Interaction

MSc Cognitive Science 2022

Astrid Sletten Rybner

Project information

This repository contains the code developed for the prototype app DistrictMatcher.

Usage

To run the app first clone this repository:

git clone https://github.com/AstridSlet/DistrictMatcher.git
cd /DistrictMatcher
pip install -r requirements.txt

Note that it is recommended to install streamlit in its own virtual environment. When you have activated the environment, the app can be run with:

streamlit run matcher.py --theme.primaryColor="#045a8d" --theme.backgroundColor="#F0EABB" --theme.font="serif"

Contact details

If you have any questions regarding the project itself or the code implementation, feel free to contact me via e-mail: Astrid Sletten Rybner

Acknowledgements