aplast

Help APnea divers to optimize their gear (balLAST, suit)

https://github.com/gtherin/aplast

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.9%) to scientific vocabulary

Keywords

apnea diving optimization python streamlit
Last synced: 6 months ago · JSON representation ·

Repository

Help APnea divers to optimize their gear (balLAST, suit)

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
apnea diving optimization python streamlit
Created over 3 years ago · Last pushed about 2 years ago
Metadata Files
Readme Changelog License Citation

README.md

🤿 The aim of this app is help divers to optimize their gear.

Athletes should fill their diving performances 📉, their gliding characteristics 🐬 and body characteristics👽.

It will finally generate gear recommendations.

Streamlit App CC-by-nc-sa license

https://github.com/gtherin/aplast/assets/82407580/3116c847-bbb2-4f0f-b525-f932c4a091e4

Quick local Installation guide

```bash

📋 Clone the code from github

git clone https://github.com/gtherin/aplast

🐋 Build the app with docker

docker build . -t aplast-image

🤿 Launch the web app on the local server (opened on port 8503)

docker run -p 8503:8503 --name aplast-container aplast-image ```

Other command tips: ```bash

To restart the local container

docker restart aplast-container

Kill all containers

docker stop $(docker ps -a -q) && docker rm $(docker ps -a -q) ```

Owner

  • Name: Guillaume Therin
  • Login: gtherin
  • Kind: user
  • Location: Paris

Consultant, creating and building practical solutions to complicated problems: predictive solutions/applications, modelization and maximizing resources

Citation (CITATION.cff)

cff-version: 1.3.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Therin Trassinelli"
  given-names: "Guillaume Martino"
title: "Help APnea divers to optimize their gear (balLAST, suit)"
version: 1.2.3
date-released: 2023-08-16
url: "https://github.com/gtherin/aplast"

GitHub Events

Total
Last Year

Dependencies

Dockerfile docker
  • python 3.10-slim build
requirements.txt pypi
  • extra-streamlit-components *
  • matplotlib *
  • pandas *
  • pandas-datareader *
  • plotly *
  • scikit-learn *
  • seaborn *
  • streamlit *
  • uncertainties *
setup.py pypi
  • pandas *