Skip to content

gtherin/aplast

Repository files navigation

🤿 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

aplast.mp4

Quick local Installation guide

# 📋 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:

# To restart the local container
docker restart aplast-container

# Kill all containers
docker stop $(docker ps -a -q) && docker rm $(docker ps -a -q)

Releases

No releases published

Packages

No packages published

Languages