# regression-streamlit-viz **Repository Path**: mirrors_lepy/regression-streamlit-viz ## Basic Information - **Project Name**: regression-streamlit-viz - **Description**: Streamlit app for somewhat arbitrary regression - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-14 - **Last Updated**: 2025-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Streamlit app on regression Streamlit app for building a demo for regression to a somewhat arbitrary function. It's like [regression-ipywidgets-viz](https://github.com/andfanilo/regression-ipywidgets-viz) but with Streamlit ;) ![Demo](./demo.png) ## Install ``` conda create -n regression-streamlit-viz python=3.7 conda activate regression-streamlit-viz pip install -r requirements.txt ``` To regenerate `requirements.txt`, run `pip-compile requirements.in` ## Run ``` streamlit run app.py ```