Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Sagana - DS for food security
Search
Shanelle Recheta
March 18, 2021
Technology
0
200
Sagana - DS for food security
Reimagining the future of food through linear programming and optimization
Shanelle Recheta
March 18, 2021
Tweet
Share
More Decks by Shanelle Recheta
See All by Shanelle Recheta
How to get away with an entry level job in tech
titaofdata
0
40
Globe 5G Hackathon Enablement Workshops
titaofdata
0
88
Kybi Pitch Deck
titaofdata
0
250
Team STP: PLASTIC 3R HACKS PH
titaofdata
0
330
Communication and listening habits of different people
titaofdata
0
110
Antukin - mobile time tracking app
titaofdata
1
260
CaRE PH Pitch Tour
titaofdata
0
210
Kuptura x Impact Hub Asia
titaofdata
0
230
How to track your hours with IFTTT
titaofdata
0
520
Other Decks in Technology
See All in Technology
20251127 BigQueryリモート関数で作る、お手軽AIバッチ実行環境
daimatz
0
350
ブラウザ拡張のセキュリティの話 / Browser Extension Security
flatt_security
0
220
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.3k
IPv6-mostly field report from RubyKaigi 2026
sorah
0
230
翻訳・対話・越境で強いチームワークを作ろう! / Building Strong Teamwork through Interpretation, Dialogue, and Border-Crossing
ar_tama
2
620
AI エージェント活用のベストプラクティスと今後の課題
asei
2
410
PostgreSQL で列データ”ファイル”を利用する ~Arrow/Parquet を統合したデータベースの作成~
kaigai
0
180
AI 時代のデータ戦略
na0
7
1.9k
MAP-7thplaceSolution
yukichi0403
2
210
履歴テーブル、今回はこう作りました 〜 Delegated Types編 〜 / How We Built Our History Table This Time — With Delegated Types
moznion
13
8.4k
useEffectってなんで非推奨みたいなこと言われてるの?
maguroalternative
6
2.5k
DGX SparkでローカルLLMをLangChainで動かした話
ruzia
1
150
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
What's in a price? How to price your products and services
michaelherold
246
12k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.1k
Building a Scalable Design System with Sketch
lauravandoore
463
34k
How GitHub (no longer) Works
holman
316
140k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
990
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
The Pragmatic Product Professional
lauravandoore
36
7k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
It's Worth the Effort
3n
187
29k
KATA
mclloyd
PRO
32
15k
Transcript
FEEDING THE FUTURE Data Science towards a zero waste PH
SHANELLE RECHETA Tech Lead Full Stack Data Scientist IoT Engineer
https://github.com/IRC-sgrace | https://www.nxtlvlfarms.xyz/
None
None
DATA-DRIVEN FOOD SHARING WEB APP SAGANA Connect sponsors and communities
to filipinos in need by creating a community food distribution system based on scheduling and route optimization using web-scraped food and grocery establishments data, poverty statistics and, MRT and LRT ridership statistics
If we can conquer space, we can conquer hunger SAGANA
make food-sharing easy
Q&A
CONSTRAINTS cost controls (more goods in one trip) time windows
(for perishable goods) low risk of queues
SOLUTION Find a set of routes of minimal total traveling
cost and maximal food distributed along BFT's by complying with the prioritized time windows (perishable goods). DISTANCE MATRIX API
HACKING DIJKSTRA'S ALGORITHM 03 Instead of doing Dijkstra's once from
source to destination, you start at each end, and expand both sides until they meet in the middle. Eliminates roughly half the work .
Collect more granular data