https://github.com/jku-vds-lab/marjorie
Marjorie is a web-based approach to visualize and explore patterns in type 1 diabetes data.
https://github.com/jku-vds-lab/marjorie
data-analysis diabetes pattern-recognition visualization
Last synced: 7 months ago
JSON representation
Marjorie is a web-based approach to visualize and explore patterns in type 1 diabetes data.
- Host: GitHub
- URL: https://github.com/jku-vds-lab/marjorie
- Owner: jku-vds-lab
- License: mit
- Created: 2023-03-16T08:49:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T12:18:29.000Z (over 1 year ago)
- Last Synced: 2024-04-15T15:03:38.066Z (over 1 year ago)
- Topics: data-analysis, diabetes, pattern-recognition, visualization
- Language: Python
- Homepage: http://marjorie.jku-vds-lab.at/
- Size: 14.7 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marjorie
Marjorie is a web-based approach to visualize and explore patterns in type 1 diabetes data.
## Local Setup
### Docker1. Start the docker container: `docker-compose up`
2. Open http://localhost:8050/ in your browser### Python
We have developed and tested with python3.8
1. Optional: Virtual Environment
a. Create a virtual environment: `python -m venv env`
b. Activate it: `source env/bin/activate`
3. Install the dependencies: `python -m pip install -r requirements.txt`
4. Run the app `python index.py`
5. The app is available at http://localhost:8050/