- Clone the repository:
git clone https://github.com/piuskern/psydash.git
cd psydash
- Create a new conda environment:
conda create --name dashenv python=3.12.4
- Activate the conda environment:
conda activate dashenv
- Install the required packages using the requirements.txt file:
pip install -r requirements.txt
- Activate the conda environment:
conda activate dashenv
- Start the application:
python app.py
- Open your web browser and navigate to:
http://localhost:8050
This project is licensed under the MIT License - see the LICENSE file for details.