sleep_classifiers
Classify sleep from heart rate and acceleration via Apple Watch
File Explorer
Download Latest Version (.zip)- circadianModel.m
- cleanStepsData.m
- counts2light.m
- lux2alpha.m
- runCircadianMESA.m
- runCircadianModel.m
- steps2light.m
- classify_sleep.py
- figures.py
- get_parameters.py
- make_counts.m
- make_features.py
- mesa.py
- utilities.py
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- README.md
- .gitkeep
- .gitkeep
- .gitkeep
- __init__.py
- classifier_input_builder.py
- classifier_service.py
- classifier_summary.py
- classifier_summary_builder.py
- parameter_search.py
- __init__.py
- curve_plot_builder.py
- data_plot_builder.py
- performance_plot_builder.py
- __init__.py
- curve_performance.py
- curve_performance_builder.py
- epoch_performance.py
- performance_builder.py
- performance_summarizer.py
- raw_performance.py
- sleep_metrics.py
- sleep_metrics_calculator.py
- __init__.py
- attributed_classifier.py
- data_split.py
- feature_set_service.py
- feature_type.py
- sleep_label.py
- sleep_labeler.py
- subject.py
- subject_builder.py
- train_test_splitter.py
- __init__.py
- table_builder.py
- __init__.py
- analysis_runner.py
- __init__.py
- mesa_actigraphy_service.py
- mesa_data_service.py
- mesa_heart_rate_service.py
- mesa_psg_service.py
- mesa_subject_builder.py
- mesa_time_based_service.py
- metadata_service.py
- __init__.py
- activity_count_collection.py
- activity_count_feature_service.py
- activity_count_service.py
- __init__.py
- heart_rate_collection.py
- heart_rate_feature_service.py
- heart_rate_service.py
- __init__.py
- motion_collection.py
- motion_feature_service.py
- motion_service.py
- __init__.py
- compumedics_processor.py
- psg_converter.py
- psg_file_type.py
- psg_label_service.py
- psg_raw_data_collection.py
- psg_report_processor.py
- psg_service.py
- report_summary.py
- stage_item.py
- vitaport_processor.py
- circadianModel.m
- cleanStepsData.m
- counts2light.m
- lux2alpha.m
- ode4.m
- runCircadianMESA.m
- runCircadianModel.m
- steps2light.m
- .DS_Store
- __init__.py
- circadian_service.py
- time_based_feature_service.py
- __init__.py
- epoch.py
- feature_builder.py
- interval.py
- preprocessing_runner.py
- raw_data_processor.py
- time_service.py
- __init__.py
- constants.py
- make_counts.m
- sleep_stage.py
- utils.py
- __init__.py
- test_classifier_input_builder.py
- test_classifier_service.py
- test_classifier_summary.py
- test_classifier_summary_builder.py
- test_parameter_search.py
- __init__.py
- test_plot_builder.py
- __init__.py
- test_curve_performance_builder.py
- test_curve_performance_objects.py
- test_performance_builder.py
- test_performance_summarizer.py
- test_raw_performance.py
- test_sleep_labeler.py
- test_sleep_metrics.py
- test_sleep_metrics_calculator.py
- test_sleep_wake_performance.py
- __init__.py
- test_attributed_classifier.py
- test_data_split.py
- test_feature_set_service.py
- test_feature_type.py
- test_sleep_label.py
- test_subject.py
- test_subject_builder.py
- test_train_test_splitter.py
- __init__.py
- test_table_builder.py
- __init__.py
- __init__.py
- test_mesa_actigraphy_service.py
- test_mesa_data_service.py
- test_mesa_heart_rate_service.py
- test_mesa_psg_service.py
- test_mesa_subject_builder.py
- test_metadata_service.py
- __init__.py
- test_activity_count_collection.py
- test_activity_count_feature_service.py
- test_activity_count_service.py
- __init__.py
- test_heart_rate_collection.py
- test_heart_rate_feature_service.py
- test_heart_rate_service.py
- __init__.py
- test_motion_collection.py
- test_motion_feature_service.py
- test_motion_service.py
- __init__.py
- test_compumedics_processor.py
- test_psg_converter.py
- test_psg_file_type.py
- test_psg_label_service.py
- test_psg_raw_data_collection.py
- test_psg_report_processor.py
- test_psg_service.py
- test_report_summary.py
- test_stage_item.py
- test_vitaport_processor.py
- __init__.py
- test_time_based_feature_service.py
- __init__.py
- test_feature_builder.py
- test_time_service.py
- __init__.py
- test_helper.py
- test_sleep_stage.py
- test_utils.py
- .gitignore
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/ojwalch/sleep_classifiers
Downloads the entire project code from GitHub to your computer.
cd sleep_classifiers
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
