Skip to content

PiusKern/psydash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PsyDash

A dashboard app that helps you track and visualize progress across psychotherapy sessions.

Installation

  1. Clone the repository:
git clone https://github.com/piuskern/psydash.git
cd psydash
  1. Create a new conda environment:
conda create --name dashenv python=3.12.4
  1. Activate the conda environment:
conda activate dashenv
  1. Install the required packages using the requirements.txt file:
pip install -r requirements.txt

Running the Application

  1. Activate the conda environment:
conda activate dashenv
  1. Start the application:
python app.py
  1. Open your web browser and navigate to:
http://localhost:8050

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A dashboard app for tracking psychotherapy progress.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published