+ href="https://framerusercontent.com/sites/3pjf5fWC5sVtXVUjgkefZI/chunk-42U43NKG.mjs"
+
+ rel="modulepreload"
+ fetchpriority="low"
+ href="https://framerusercontent.com/sites/3pjf5fWC5sVtXVUjgkefZI/script_main.MTGNQ2EH.mjs"
+ />
+
+ const applyIntlFormatPatch = function Be(e) {
+ function t(u, a) {
+ return typeof a == "bigint"
+ ? `${a}n`
+ : a instanceof Date
+ ? a.getTime()
+ : a;
+ }
+ function r(...u) {
+ let a = JSON.stringify(u, t),
+ c = 0;
+ for (let m = 0; m < a.length; m++)
+ (c += a.charCodeAt(m)), (c += c << 10), (c ^= c >> 6);
+ return (c += c << 3), (c ^= c >> 11), (c += c << 15), c >>> 0;
+ }
+ function n(u, a, c) {
+ let m = u[a];
+ if (typeof m < "u") return m;
+ let T = c();
+ return (u[a] = T), T;
+ }
+ function o(u) {
+ return { ...u };
+ }
+ let s = Date.prototype.toLocaleString,
+ l = Date.prototype.toLocaleDateString;
+ s &&
+ (Date.prototype.toLocaleString = function (a, c) {
+ let m = r(this, a, c);
+ return n(e.Date.toLocaleString, m, () => s.call(this, a, c));
+ }),
+ l &&
+ (Date.prototype.toLocaleDateString = function (a, c) {
+ let m = r(this, a, c);
+ return n(e.Date.toLocaleDateString, m, () => l.call(this, a, c));
+ });
+ let i = Object.getOwnPropertyDescriptors(Intl.DateTimeFormat.prototype)
+ .format.get,
+ d = Intl.DateTimeFormat.prototype.formatRange,
+ g = Intl.DateTimeFormat.prototype.formatToParts,
+ p = Intl.DateTimeFormat.prototype.formatRangeToParts;
+ function b(u) {
+ let a = u.resolvedOptions(),
+ c = {
+ locale: a.locale,
+ calendar: a.calendar,
+ numberingSystem: a.numberingSystem,
+ timeZone: a.timeZone,
+ hour12: a.hour12,
+ weekday: a.weekday,
+ era: a.era,
+ year: a.year,
+ month: a.month,
+ day: a.day,
+ hour: a.hour,
+ minute: a.minute,
+ second: a.second,
+ timeZoneName: a.timeZoneName,
+ };
+ for (let m in a) m in c || (c] = a]);
+ return c;
+ }
+ i &&
+ Object.defineProperty(Intl.DateTimeFormat.prototype, "format", {
+ get() {
+ function u(a) {
+ let c = b(this),
+ m = r(a, c);
+ return n(e.DateTimeFormat.format, m, () => i.call(this)(a));
+ }
+ return u.bind(this);
+ },
+ }),
+ d &&
+ (Intl.DateTimeFormat.prototype.formatRange = function (a, c) {
+ let m = b(this),
+ T = r(a, c, m);
+ return n(e.DateTimeFormat.formatRange, T, () =>
+ d.call(this, a, c),
+ );
+ }),
+ g &&
+ (Intl.DateTimeFormat.prototype.formatToParts = function (a) {
+ let c = b(this),
+ m = r(a, c);
+ return n(e.DateTimeFormat.formatToParts, m, () =>
+ g.call(this, a),
+ ).map(o);
+ }),
+ p &&
+ (Intl.DateTimeFormat.prototype.formatRangeToParts = function (
+ a,
+ c,
+ ) {
+ let m = b(this),
+ T = r(a, c, m);
+ return n(e.DateTimeFormat.formatRangeToParts, T, () =>
+ p.call(this, a, c),
+ ).map(o);
+ });
+ let P = Number.prototype.toLocaleString;
+ P &&
+ (Number.prototype.toLocaleString = function (a, c) {
+ let m = r(this, a, c);
+ return n(e.Number.toLocaleString, m, () => P.call(this, a, c));
+ });
+ let S = Object.getOwnPropertyDescriptors(Intl.NumberFormat.prototype)
+ .format.get,
+ h = Intl.NumberFormat.prototype.formatRange,
+ k = Intl.NumberFormat.prototype.formatToParts,
+ v = Intl.NumberFormat.prototype.formatRangeToParts;
+ function y(u) {
+ let a = u.resolvedOptions(),
+ c = {
+ locale: a.locale,
+ numberingSystem: a.numberingSystem,
+ style: a.style,
+ currency: a.currency,
+ currencyDisplay: a.currencyDisplay,
+ currencySign: a.currencySign,
+ unit: a.unit,
+ unitDisplay: a.unitDisplay,
+ minimumIntegerDigits: a.minimumIntegerDigits,
+ minimumFractionDigits: a.minimumFractionDigits,
+ maximumFractionDigits: a.maximumFractionDigits,
+ minimumSignificantDigits: a.minimumSignificantDigits,
+ maximumSignificantDigits: a.maximumSignificantDigits,
+ useGrouping: a.useGrouping === !0 ? "auto" : a.useGrouping,
+ notation: a.notation,
+ compactDisplay: a.compactDisplay,
+ signDisplay: a.signDisplay,
+ roundingIncrement: a.roundingIncrement ?? 1,
+ roundingMode: a.roundingMode ?? "halfExpand",
+ roundingPriority: a.roundingPriority ?? "auto",
+ trailingZeroDisplay: a.trailingZeroDisplay ?? "auto",
+ };
+ for (let m in a) m in c || (c] = a]);
+ return c;
+ }
+ S &&
+ Object.defineProperty(Intl.NumberFormat.prototype, "format", {
+ get() {
+ function u(a) {
+ let c = y(this),
+ m = r(a, c);
+ return n(e.NumberFormat.format, m, () => S.call(this)(a));
+ }
+ return u.bind(this);
+ },
+ }),
+ h &&
+ (Intl.NumberFormat.prototype.formatRange = function (a, c) {
+ let m = y(this),
+ T = r(a, c, m);
+ return n(e.NumberFormat.formatRange, T, () => h.call(this, a, c));
+ }),
+ k &&
+ (Intl.NumberFormat.prototype.formatToParts = function (a) {
+ let c = y(this),
+ m = r(a, c);
+ return n(e.NumberFormat.formatToParts, m, () =>
+ k.call(this, a),
+ ).map(o);
+ }),
+ v &&
+ (Intl.NumberFormat.prototype.formatRangeToParts = function (a, c) {
+ let m = y(this),
+ T = r(a, c, m);
+ return n(e.NumberFormat.formatRangeToParts, T, () =>
+ v.call(this, a, c),
+ ).map(o);
+ });
+ };
+ const formatCache = {
+ Date: { toLocaleString: {}, toLocaleDateString: {} },
+ DateTimeFormat: {
+ format: {},
+ formatRange: {},
+ formatToParts: {},
+ formatRangeToParts: {},
+ },
+ Number: {
+ toLocaleString: {
+ 1120325041: "30",
+ 1501173012: "0",
+ 2864379376: "300",
+ },
+ },
+ NumberFormat: {
+ format: {},
+ formatRange: {},
+ formatToParts: {},
+ formatRangeToParts: {},
+ },
+ };
+ applyIntlFormatPatch(formatCache);
+
+
+ @media (min-width: 1200px) {
+ .hidden-1jja9yy {
+ display: none !important;
+ }
+ }
+ @media (min-width: 950px) and (max-width: 1199px) {
+ .hidden-1x49tnp {
+ display: none !important;
+ }
+ }
+ @media (min-width: 430px) and (max-width: 949px) {
+ .hidden-osz753 {
+ display: none !important;
+ }
+ }
+ @media (max-width: 429px) {
+ .hidden-1yqikgu {
+ display: none !important;
+ }
+ }
+
+
+
+
+
+
+
+ !function(w,d){if(!w.rdt){var p=w.rdt=function(){p.sendEvent?p.sendEvent.apply(p,arguments):p.callQueue.push(arguments)};p.callQueue=[];var t=d.createElement("script");t.src="https://www.redditstatic.com/ads/pixel.js",t.async=!0;var s=d.getElementsByTagName("script")[0];s.parentNode.insertBefore(t,s)}}(window,document);rdt('init','a2_evez1atstz3h', {"aaid":"
","email":"","externalId":"","idfa":""});rdt('track', 'PageVisit'); +
+
+
+
+
+
+
+
+
+
+
+ !function(f,b,e,v,n,t,s)
+
+ {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
+
+ n.callMethod.apply(n,arguments):n.queue.push(arguments)};
+
+ if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
+
+ n.queue=[];t=b.createElement(e);t.async=!0;
+
+ t.src=v;s=b.getElementsByTagName(e)[0];
+
+ s.parentNode.insertBefore(t,s)}(window, document,'script',
+
+ 'https://connect.facebook.net/en_US/fbevents.js');
+
+ fbq('init', '813988827508146');
+
+ fbq('track', 'PageView');
+
+
+
+
+
+
+
+
+
+ !function(f,b,e,v,n,t,s)
+
+ {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
+
+ n.callMethod.apply(n,arguments):n.queue.push(arguments)};
+
+ if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
+
+ n.queue=[];t=b.createElement(e);t.async=!0;
+
+ t.src=v;s=b.getElementsByTagName(e)[0];
+
+ s.parentNode.insertBefore(t,s)}(window, document,'script',
+
+ 'https://connect.facebook.net/en_US/fbevents.js');
+
+ fbq('init', '813988827508146');
+
+ fbq('track', 'PageView');
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
I am an applied scientist working in a tier-1 product based company. I am also a post graduate from a tier-1 college. My expertise lies in computer vision domain.
Although this person does not have any reviews on Blendwork yet, they have been pre-vetted with experience from a FAANG+ company.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ _linkedin_partner_id = "6840169";
+
+ window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
+
+ window._linkedin_data_partner_ids.push(_linkedin_partner_id);
+
+
+
+ (function(l) {
+
+ if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};
+
+ window.lintrk.q=[]}
+
+ var s = document.getElementsByTagName("script")[0];
+
+ var b = document.createElement("script");
+
+ b.type = "text/javascript";b.async = true;
+
+ b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
+
+ s.parentNode.insertBefore(b, s);})(window.lintrk);
+
+
+
+
+
+
+
+
+
+
+
+
+
+