https://github.com/afaanbilal/simple-linear-regression
A quick simple linear regression demo using Streamlit
https://github.com/afaanbilal/simple-linear-regression
linear-regression machine-learning ml python streamlit
Last synced: about 1 month ago
JSON representation
A quick simple linear regression demo using Streamlit
- Host: GitHub
- URL: https://github.com/afaanbilal/simple-linear-regression
- Owner: AfaanBilal
- License: mit
- Created: 2023-04-27T06:27:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T04:50:23.000Z (almost 3 years ago)
- Last Synced: 2025-07-13T20:46:20.844Z (12 months ago)
- Topics: linear-regression, machine-learning, ml, python, streamlit
- Language: Python
- Homepage: https://simple-linear-regression.streamlit.app
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Linear Regression
========================
A quick simple linear regression demo using Streamlit.
**Author**: [Afaan Bilal](https://afaan.dev)
## Demo
[Streamlit Demo](https://simple-linear-regression.streamlit.app)
---
## Contributing
All contributions are welcome. Please create an issue first for any feature request
or bug. Then fork the repository, create a branch and make any changes to fix the bug
or add the feature and create a pull request. That's it!
Thanks!
---
## License
**Simple Linear Regression** is released under the MIT License.
Check out the full license [here](LICENSE).