diff --git a/src/content/sprints/_sprints_template.md b/src/content/sprints/_sprints_template.md index dfa11651b..64ef9b0b8 100644 --- a/src/content/sprints/_sprints_template.md +++ b/src/content/sprints/_sprints_template.md @@ -1,15 +1,16 @@ --- -title: "Project name" -numberOfPeople: "" # How many people you expect to be able to accommodate. -pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced. -contactPerson: # The main person to reach out to regarding the sprint. - name: "" +title: "Secret project" +numberOfPeople: "5" +pythonLevel: "Any" +contactPerson: + name: "NikoĊ› Hell" email: - github: - twitter: -links: # Add as many links as relevant. - - title: "Project xyz GitHub repo" - url: "https://github.com/xyz" + github: "nikoshell" + twitter: "nikoshell20" +links: + - title: "Secret GitHub repo" + url: "https://github.com/nikoshell/secret" +draft: true --- Your sprint/project description goes here. diff --git a/src/content/sprints/dynamic-pricing.md b/src/content/sprints/dynamic-pricing.md new file mode 100644 index 000000000..3487ed8b6 --- /dev/null +++ b/src/content/sprints/dynamic-pricing.md @@ -0,0 +1,23 @@ +--- +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: true +--- + +## 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. + +## Stack + +Python 3.14 . "online machine learning" => https://pypi.org/project/river/ +dataset: https://www.kaggle.com/datasets/arashnic/dynamic-pricing-dataset