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
Repository
Help APnea divers to optimize their gear (balLAST, suit)
Basic Info
- Host: GitHub
- Owner: gtherin
- License: other
- Language: Python
- Default Branch: master
- Homepage: https://aplast.streamlit.app/
- Size: 1.76 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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. ⚓
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
- Repositories: 1
- Profile: https://github.com/gtherin
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
- python 3.10-slim build
- extra-streamlit-components *
- matplotlib *
- pandas *
- pandas-datareader *
- plotly *
- scikit-learn *
- seaborn *
- streamlit *
- uncertainties *
- pandas *