diff --git a/src/content/sprints/dynamic-pricing.md b/src/content/sprints/dynamic-pricing.md new file mode 100644 index 000000000..0b8f646fe --- /dev/null +++ b/src/content/sprints/dynamic-pricing.md @@ -0,0 +1,25 @@ +--- + +title: "Realtime dynamic pricing AI system in Python" numberOfPeople: "3" +pythonLevel: "Intermediate" contactPerson: name: "Gabby Demirkiran" email: +"gulcindemirkirann@gmail.com" github: "https://github.com/radioactivityy" +linkedln: "https://www.linkedin.com/in/gulcindemirkiran/" + +draft: false +--- + +## What is it? + +Think about how Uber works: when lots of people need rides but there aren't many +drivers around, prices go up. When it's quiet, prices go down. This project +builds that kind of "smart pricing" system from scratch. + +## Warning + +It's a brancd new project meaning we won't be contributing an already existing +project. + +## Stack + +Python 3.14 . "online machine learning" => https://pypi.org/project/river/ +dataset: https://www.kaggle.com/datasets/arashnic/dynamic-pricing-dataset