Skip to content

Simple demonstration of building a frontend for machine learning models using Streamlit

License

Notifications You must be signed in to change notification settings

bwhitby/diamond_price_streamlit_prototype_app

 
 

Repository files navigation

Diamond Price Predictor App using Streamlit

By: Nate DiRenzo

Statement of Purpose

The purpose of this repository is as a tutorial for creating a regression model that predicts the price of a diamond, and building a simple frontend application to make the model publicly available using Streamlit.

Data Description

The data we will be using for this project is the Diamonds dataset, which is publicly available via Kaggle. It contains 53940 observations, and 10 features in the dataset.

Tools

  • Pandas for accessing the data, and preparing the it for modeling.

  • XGBoost for creating a gradient-boosted regression model.

  • Streamlit for creating a frontend application

About

Simple demonstration of building a frontend for machine learning models using Streamlit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%