Skip to content

eglerean/aiqualitative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI for Qualitative Data Analysis: A Practical Guide for Researchers

Setup to build the book

# 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