This repository contains scripts and resources for a research study on multi modal analysis for mental well being. The project includes data setup, transcription, in-context learning, computer vision, and audio processing tasks.
scripts/
: Contains scripts organized by functionality.notebooks/
: Jupyter notebooks for analysis.models/
: Models used for multi-modal analysis.config/
: Configuration files for scripts and models.
- Clone the repository:
git clone https://github.com/yourusername/research-study.git cd research-study
- Install dependencies:
pip install -r requirements.txt # or conda env create -f environment.yml
Run the data setup scripts: