Skip to content

GoncaloBFM/mma2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running without Docker

Setup

git clone https://github.com/GoncaloBFM/mma2024
cd mma2024
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

On the root directory of the project run:

export PYTHONPATH="$PYTHONPATH:$PWD"
python src/main.py

After the Dash server is running open http://127.0.0.1:8050/ on your browser.

(Alternative) Running with Docker

Setup

  1. Install Docker
  2. Run:
git clone https://github.com/GoncaloBFM/mma2024
cd mma2024
docker buildx build . -t mma2024

Run

On the root directory of the project run:

docker run --net=host -v ./dataset:/usr/src/app/dataset/  mma2024

After the Dash server is running open http://127.0.0.1:8050/ on your browser.

Plotly and Dash tutorials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published