https://github.com/eglerean/aiqualitative
AI for Qualitative Analysis: A Practical Guide for Researchers
https://github.com/eglerean/aiqualitative
academic ai artificial-intelligence chatgpt ebook ethics handbook llms qualitative-analysis qualitative-research research-integrity responsible-ai
Last synced: 5 months ago
JSON representation
AI for Qualitative Analysis: A Practical Guide for Researchers
- Host: GitHub
- URL: https://github.com/eglerean/aiqualitative
- Owner: eglerean
- License: cc-by-sa-4.0
- Created: 2024-04-07T19:27:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T07:36:57.000Z (over 1 year ago)
- Last Synced: 2025-01-29T08:28:52.721Z (over 1 year ago)
- Topics: academic, ai, artificial-intelligence, chatgpt, ebook, ethics, handbook, llms, qualitative-analysis, qualitative-research, research-integrity, responsible-ai
- Homepage: https://eglerean.github.io/aiqualitative/
- Size: 3.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI for Qualitative Data Analysis: A Practical Guide for Researchers
## Setup to build the book
``` bash
# fork the original repository https://github.com/eglerean/aiqualitative/tree/main and clone your fork
git clone git@github.com:YOURUSERNAME/aiqualitative.git
# create the conda environment
conda env create -f environment.yaml -p ./env
source activate aiqual_docs
cd doc
sphnix-build . _build
```