Code base of the parsing, analysis and streamlit visualization of human leadership data generated at Humboldt Forum
Report Bug
·
Request Feature
Table of Contents
This project is part of my master's thesis "Exploration of human leading behavior using a controlled biomimetic robot in a simulated fish tank". This repository contains the log parser, analytics and streamlit.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- install Python 3.9.5
- install git
- Clone the repo
git clone https://github.com/jotpio/thesis.git
- Install pip packages using setup.py
python setup.py install
- Open the projects root folder in the terminal
- Open the load_data.ipynb jupyter notebook:
jupyter notebook .\load_data.ipynb - Execute the cells, starting with the imports
- You can choose to load raw log files and parse them, or load pre-parsed data files
- Open the projects root folder in the terminal
- Open the the streamlit folder and run the home.py file
streamlit run .\home.py - This will open a local streamlit instance in your browser
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This work is licensed under a Creative Commons Attribution 4.0 International License.
See LICENSE for more information.
Jonas Piotrowski - marc.jonas.piotrowski@gmail.com
Project Link: https://github.com/jotpio/thesis

