ikneed
December 20, 2021 ยท View on GitHub
ikneed is a streamlit app that allows users to identify knee or elbow points in their data by interactively changing the parameters of the kneed Python package.

Access
Visit one of the hosted apps:
- On Streamlit share: https://share.streamlit.io/arvkevi/ikneed/main/ikneed.py
- On Heroku: https://ikneed.herokuapp.com
Host your own
git clonecd ikneedpip install -r requirements.txtstreamlit run ikneed.py