Skip to content

Commit 46d0975

Browse files
committed
deploy: 453c478
1 parent b4910ed commit 46d0975

File tree

5 files changed

+120
-0
lines changed

5 files changed

+120
-0
lines changed

.lektor/buildstate

8 KB
Binary file not shown.
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<head>
4+
5+
<link rel="stylesheet" href="../../../../../static/normalize.css">
6+
<link rel="stylesheet" href="../../../../../static/skeleton.css">
7+
<link rel="stylesheet" href="../../../../../static/style.css">
8+
<link rel="stylesheet" href="../../../../../static/pygments.css">
9+
10+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
11+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
12+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
13+
<link rel="manifest" href="/site.webmanifest">
14+
15+
<!-- Mobile Specific Metas
16+
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
17+
<meta name="viewport" content="width=device-width, initial-scale=1">
18+
19+
<!-- FONT
20+
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
21+
22+
<title>Improving Receipt Understanding at Fetch — MadPy</title>
23+
24+
25+
<meta property="og:image" content="https://madpy.com/static/images/2025-03-13-Improving-Receipt-Understanding-Social-Card-1200x630.png"/>
26+
<meta property="og:image:width" content="1200"/>
27+
<meta property="og:image:height" content="630"/>
28+
29+
30+
31+
32+
<meta property="og:title" content="Improving Receipt Understanding at Fetch, Thu, Mar 13 @ 6:30 PM | MadPy"/>
33+
34+
35+
36+
37+
<meta property="og:description" content="Learn how Fetch uses ML to turn images of receipts into structured data at scale! Hosted @ Fetch&#39;s downtown offices -- RSVP required."/>
38+
39+
40+
</head>
41+
<body>
42+
<div class="container">
43+
44+
<div class="row">
45+
<div class="three columns">
46+
<nav>
47+
<h3 id="logo"><img src="../../../../../static/images/madpy-logo.svg" alt="MadPy logo" width="200" height="200"></h3>
48+
<ul>
49+
<li><a href="../../../../../">About</a></li>
50+
51+
<li class="active"><a href="../../../../">Events</a></li>
52+
53+
<li><a href="../../../../../sponsorship/">Sponsorship</a></li>
54+
55+
<li><a target="_blank" href="https://slack.madpy.com/">Slack</a></li>
56+
<li><a target="_blank" rel="me" href="https://fosstodon.org/@madpy">Mastodon</a>
57+
<li><a target="_blank" href="https://github.com/madison-python">GitHub</a>
58+
<li><a target="_blank" href="https://www.meetup.com/MadPython/">Meetup.com</a>
59+
</ul>
60+
</nav>
61+
&nbsp;
62+
</div>
63+
64+
<div class="nine columns">
65+
66+
67+
<div class="blog-post">
68+
69+
<h2>Improving Receipt Understanding at Fetch</h2>
70+
71+
<p class="meta">
72+
Presented by:
73+
74+
Adam Frees
75+
76+
<br /><br />
77+
Thursday, March 13 2025, 6:30 PM<br />
78+
Fetch Rewards, 1050 E. Washington Ave., Suite 200 [<a href="https://maps.app.goo.gl/GTDW6cBvoNh8G2i76">Map</a>]<br />
79+
RSVP on <a href="https://www.meetup.com/madison-python/events/305982723/">Meetup</a>
80+
81+
</p>
82+
<p><img src="../../../../../static/images/2025-03-13-Improved-Receipt-Understanding-Social-Card-1792x1024.png" alt=""></p>
83+
<p><strong>Note: this event is hosted at Fetch Rewards Headquarters in Downtown Madison. While the event is free and open to the public, attendees must RSVP for entrance.</strong></p>
84+
<p><strong><em>Link for Required RSVP:</em></strong> <a href="https://lu.ma/uc9se65d">https://lu.ma/uc9se65d</a></p>
85+
<p>Fetch uses machine learning to process images of receipts into structured data at scale (over 10 million images per day!). This is a big part of how Fetch can reward consumers at a large scale while providing brands an effective way to promote their products. However, due to the varied quality of these images, extracting this structured data can be challenging. In particular, associating product names with prices, quantities, and other details can be difficult to achieve in some low-quality images. In this talk, Adam will show how the combination of a cutting-edge object-detection ML model along with Graph-theory techniques (all implemented in Python) has led to a measurable increase in accuracy for Fetch’s receipt understanding.</p>
86+
<p>Adam Frees is the tech lead of the Machine Learning organization at Fetch. He holds a Bachelor's degree from Brown University and a Ph.D. in Physics from UW-Madison. Prior to Fetch, he worked as a software developer at Epic Systems, utilizing ML to process data from over 60 million patient records, and at Majesco, where he trained and deployed CV and NLP models for the Property &amp; Casualty Insurance sector.</p>
87+
88+
</div>
89+
90+
91+
</div>
92+
93+
</div>
94+
</div>
95+
96+
<!-- JS
97+
================================================== -->
98+
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
99+
100+
<!-- <script>
101+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
102+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
103+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
104+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
105+
106+
ga('create', 'UA-100252062-1', 'auto');
107+
ga('send', 'pageview');
108+
109+
</script> -->
110+
</body>

meetups/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ <h2 class="index-title">Upcoming Meetups</h2>
6161

6262

6363

64+
<li>Thursday, March 13 2025, 6:30 PM: <a href="2025/3/13/20250313-improving-receipt-understanding-at-fetch/">Improving Receipt Understanding at Fetch</a></li>
65+
66+
67+
68+
69+
6470
<li>Thursday, February 13 2025, 6:30 PM: <a href="2025/2/13/20250213-what-is-git/">What Is Git?</a></li>
6571

6672

@@ -230,6 +236,10 @@ <h2 class="index-title">Past Meetups</h2>
230236

231237

232238

239+
240+
241+
242+
233243
<li>Jan 9, 2025: <a href="2025/1/9/20250109-madpy-social-mickeys-tavern/">MadPy Social: Mickey&#39;s Tavern</a></li>
234244

235245

725 KB
Loading
1.32 MB
Loading

0 commit comments

Comments
 (0)