Skip to content

Akademicki projekt analizatora EKG realizowanego na przedmiocie "Dedykowane algorytmy diagnostyki medycznej"

License

Notifications You must be signed in to change notification settings

Cardio-AGH/Analyzer

Repository files navigation

Analyzer

Akademicki projekt analizatora EKG realizowanego na przedmiocie "Dedykowane algorytmy diagnostyki medycznej" image image

Onboarding

Automatic installation - mamba

micromamba create -n "test" python=3.10 -c conda-forge
micromamba activate test
pip3 install django  
pip3 install scipy
pip3 install django-crispy-forms
pip3 install wfdb
pip3 install padasip
pip3 install plotly
pip3 install pandas

mkdir static
python3 ./manage.py makemigrations
python3 ./manage.py migrate
python3 manage.py runserver
http://127.0.0.1:8000/wav_details/ecg_baseline/1

Contributing

  1. Clone the project
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new pull request
  6. When feature is ready add reviewers and wait for feedback (at least one approve should be given and all review comments should be resolved)

About

Akademicki projekt analizatora EKG realizowanego na przedmiocie "Dedykowane algorytmy diagnostyki medycznej"

Topics

Resources

License

Stars

Watchers

Forks