Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions src/content/sprints/_sprints_template.md
Original file line number Diff line number Diff line change
@@ -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.
23 changes: 23 additions & 0 deletions src/content/sprints/dynamic-pricing.md
Original file line number Diff line number Diff line change
@@ -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