Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remrama/flying
Analyzing flying dreams.
https://github.com/remrama/flying
Last synced: 17 days ago
JSON representation
Analyzing flying dreams.
- Host: GitHub
- URL: https://github.com/remrama/flying
- Owner: remrama
- Created: 2023-08-16T16:52:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T05:17:03.000Z (over 1 year ago)
- Last Synced: 2023-10-17T12:10:34.335Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flying
A study of flying dreams.
## ChatGPT coding
```shell
# Is a post a dream?
python gpt_request.py --dataset flying --task isdream #> data-flying_task-isdream_responses.json# Is a dream lucid?
python gpt_request.py --dataset dreamviews --task islucid #> data-dreamviews_task-islucid_responses.json
python gpt_request.py --dataset flying --task islucid #> data-flying_task-islucid_responses.json
python gpt_request.py --dataset sddb --task islucid #> data-sddb_task-islucid_responses.json# Identify themes in a dream
python gpt_request.py --dataset flying --task thematicT #> data-flying_task-thematicT_responses.json# Annotate non-dream, lucid dream, and flying dream sections
python gpt_request.py --dataset flying --task annotate #> data-flying_task-annotate_responses.json
```## Visualizations
```shell
# Describe the sample size and demographics of the dataset
python plot_descriptives.py #> data-flying_sample-*.png# Plot top technique themes for lucid and non-lucid dreams (separately)
python plot_themes_lucidity.py #> data-flying_themes-techniq_lucidity.png# Plot timecourses based on GPT supp/flying/lucid annotations (and a bar graph)
python plot_timecourses.py #> data-flying_task-annotate_*.png
```