Skip to content

Commit 20138bc

Browse files
committed
improved structurally and content
1 parent 095a094 commit 20138bc

14 files changed

+85
-7
lines changed
Binary file not shown.
-94.3 KB
Binary file not shown.
Binary file not shown.
-55.3 KB
Binary file not shown.

public/assets/profile-pic.webp

-17.1 KB
Binary file not shown.
696 KB
Loading

public/assets/work/zll.webp

81.4 KB
Binary file not shown.

src/components/Footer.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<footer>
22
<span>
33
&copy; {new Date().getFullYear()} kaizer1v.
4-
Powered by <a href="https://astro.build" target="_blank" rel="noopener">Astro</a>.
5-
Template by <a href="https://www.twitter.com/Charca" target="_blank" rel="noopener">Maxi Ferreira</a>.
64
</span>
75
</footer>
86

src/data/work/another-project.md renamed to src/data/work/covid19bharat.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
2-
title: Another project
2+
title: Covid19bharat.org
33
publishDate: 01 Dec 2021
4-
description: A sample page with the most common elements of an article, including headings, paragraphs, lists, and images. Use it as a starting point for applying your own styles.
4+
description: Collating India's covid19 cases, everyday on a single platform
5+
year: 2021
6+
tags: abc, xyz, something-else
7+
thumbnail: covid19bharatorg.png
58
---
69

710
![Illustration of woman using a computer receiving likes](/assets/blog/casual-life-3d-likes.webp)

src/data/work/visual-inspection.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Visual Inspection in Manufacturing
3+
publishDate: 01 Dec 2021
4+
description: At SAP, I had the opportunity to work on end-to-end on the suite of applications for Visual Inspection under the umbrella of Manufacturing.
5+
year: 2021
6+
tags: abc, xyz, something-else
7+
thumbnail:
8+
---
9+
10+
![Illustration of woman using a computer receiving likes](/assets/blog/casual-life-3d-likes.webp)
11+
12+
# Heading one
13+
14+
Visual inspection helps reduce human errors in the process of testing and maintaining manufacturing quality.
15+
16+
> There was a wall at Schüco’s factory shopfloor, in Bielefeld Germany where they had hung defective parts labelled with a price tag to remind the workers everyday how much a defect costs to them.
17+
18+
19+
This was one such experience that helped me learn about how quality control as a process is pivotal to manufacturers and SAP’s customers. I had the opportunity to conduct user research with customers and end users for Visual Inspections. The learnings from the research helped me design a unique solution for the users.
20+
21+
## Key learnings
22+
23+
* An operator takes about 20–30 seconds to record an inspection. They wanted it to be even faster
24+
* They configured the system in a way to enable any device to assist them for input (QR code scanner, keyboard only or touch devices)
25+
26+
27+
## Working towards better usability
28+
29+
During the research, we observed how operators detect defects and how they record them within the SAP system. Every defect needs to be recorded no matter how miniscule. Some defects aren’t even visible to the naked eye. Even a defect thinner than your hair produces a risk of a [Zeiss’s Lithographic printing lens](https://www.zeiss.com/semiconductor-manufacturing-technology/home.html).
30+
31+
> How might we enable the user to detect these defects and enable them to decide what to do with the part as fast as possible?
32+
33+
Here’s an overview of how the process on the shopfloor looks like
34+
35+
## Machine learning assisting humans
36+
37+
The critical decision of whether a part contains any defects is assisted by a machine learning model. The operator’s role shifts towards approving or rejecting the model’s prediction rather than rely on their intuition and past experience. This is a great shift towards automating the inspection process.
38+
39+
## Key considerations for this design
40+
41+
* Allow a user to spot a defect faster
42+
* Allow a user to ‘log’ defects (aka non-conformances) — Either approve it or reject it
43+
* Allow user to decide what to do with the part
44+
45+
## The devil is in the details - Annotations
46+
47+
I extended the design to define the specification of how annotations should visually appear when showing annotations
48+
49+
## The impact
50+
51+
Needless to say, the cost of quality is very high for a manufacturer. This reminds me a quote that the user had to say when we tested this tool with them
52+
53+
> “Looks really cool, This is exactly what we want.”
54+
55+
_Which is a pretty satisfying feedback for a designer :)_
56+
57+
-----
58+
59+
_Interested in knowing more about the usability tests I preformed or even how I helped data scientists and engineers train image detection models and evaluate these results? Don’t hesitate to get in touch with me — would be happy to converse more about at length over a chat or call. 👍_

0 commit comments

Comments
 (0)