Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

kingaorlowicz/diamonds_price_app

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💎 Diamond Price Estimator

An interactive Streamlit application for predicting diamond prices based on their physical and quality characteristics. The prediction engine is powered by an XGBoost regression model, trained in my separate machine learning project.

Project Overview

his application allows users to input key diamond attributes and instantly receive a price estimate. It is designed as a simple, intuitive interface for exploring how different features influence diamond pricing. The model takes into account:

  • carat
  • depth
  • table
  • cut
  • color
  • clarity

The app processes the input, encodes categorical variables, aligns them with the model’s expected feature set, and returns a predicted price.

App

You can try the app here: https://diamondspriceapp.streamlit.app/

Machine Learning Model

The price prediction is generated using an XGBoost Regressor. This model was trained as part of my separate project focused on diamond price prediction, including:

Technologies Used

  • Python
  • Streamlit
  • Pandas
  • XGBoost
  • Joblib

Project Structure

├── app.py
├── xgboost_diamonds_model.pkl
├── model_columns.pkl
├── requirements.txt
└── README.md

About

An interactive Streamlit application for predicting diamond prices based on their physical and quality characteristics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.