diff --git a/src/content/sprints/dynamic-pricing.md b/src/content/sprints/dynamic-pricing.md new file mode 100644 index 000000000..c2e0bb94f --- /dev/null +++ b/src/content/sprints/dynamic-pricing.md @@ -0,0 +1,26 @@ +--- +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" +--- + +## 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 brand new project meaning we won't be contributing to 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