An interactive Streamlit app for curve fitting — fit straight lines, parabolas, and geometric curves to your data using least squares. Built with NumPy, Pandas, and Matplotlib.
This repository contains interactive Python scripts that demonstrate classic interpolation and curve fitting (regression) techniques with clear visualizations. Each script asks for data points via the ...