Hey Streamlit Community!
I just launched my first data science app using Streamlit, and Iβm really excited to share it with you all. This project predicts bike sharing demand using a regression model trained on real-world data.
What I used:
- Python (Pandas, Scikit-learn)
- Regression models (Linear Regression, Random Forest, XGBoost)
- Data from UCI Bike Sharing Dataset
Features:
- Interactive sidebar to input variables (e.g., temperature, humidity, hour)
- Predicts rental demand in real-time
- Model insights and visuals (feature importance, EDA charts)
Live App: Bike Demand Predictor Β· Streamlit
GitHub Repo: ahardwick95 (Arkevious Hardwick)
Would love to hear your feedback on the interface, performance, or ways I could improve the UX. Thanks for building such an awesome framework!
β Arkevious Hardwick