diff --git a/content/post/guinness-dedup-anomaly.md b/content/post/guinness-dedup-anomaly.md new file mode 100644 index 000000000..f932cf24e --- /dev/null +++ b/content/post/guinness-dedup-anomaly.md @@ -0,0 +1,42 @@ +--- +title: "Project : Guinness World Record - Plaque and Announcement" +date: 2024-03-08T15:21:07+05:30 +categories: ["Project"] +tags: ["project","world-record","guinness","deduplication","anomaly-detection","tampering-detection"] +--- + +ESDS Software Solutions Ltd. (where I work currently) was lately the +technical facilitator for the School Education Department of the +Government of Maharashtra, towards conducting a state level slogan +competition, the winner of which was rewarded by a lunch with the +chief minister of Maharashtra. + + +## Brief Context + +One of the records (total of 3) they were going for was the most number of +handwritten notes uploaded to a bespoke platform in 24 hours. + +The scale of photos we were talking about is 1.4e6. Post the pipelines +we applied: + - a meta-data based deduplication filter + - an unsupervised anomaly detection filter (need to really have a + handwritten note) + - a tampering detection filter (no editing - used + Error level analysis) + +The final reported qualified collection was around 1.1e6 handwritten +notes which were verified and the record plaque was presented on 5th +of March 2024. + +The previous record was for around 1e4 images. + +--- + +## The Plaque + +![the plaque](https://ik.imagekit.io/rajp152k/rpdev/Guinness%20world%20record%20dedup/gwr.png?updatedAt=1709893092012) + +## The Announcement + +{{< youtube "1qJ0PNDdi3c" >}} diff --git a/content/resume/index.md b/content/resume/index.md index 9f1b45dc5..c2934acb6 100644 --- a/content/resume/index.md +++ b/content/resume/index.md @@ -133,6 +133,7 @@ sidebar: false | project | desc. | tools and skills | |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------| +| [Guinness world Record : Deduplication, Anomaly Detection, Tampering Detection](https://rajpatil.dev/post/guinness-dedup-anomaly/) | was responsible for filtering the collected images (scale of 1.4e6) (checkout blog link for more context) | can't say, signed an NDA | | [Quantum Error Correction Codes](https://github.com/rajp152k/coursework_IITH/blob/536c1a74dcb877ee25eeb7708652e6d8fcde8c02/SEM_8/Quantum_Computing/Quantum_Project.ipynb) | created a framework to test efficacy of qubit allocation strategies for noise-resistant quantum computation | Qiskit | | Tic-Tac-Toe Reinforcement Learning | tested out RL algorithms with random and heuristics based agents | Pytorch | | [Option Pricing via Monte Carlo Simulations](https://github.com/rajp152k/coursework_IITH/tree/536c1a74dcb877ee25eeb7708652e6d8fcde8c02/SEM_7/MA4340/CS18BTECH11039_MA4340_PROJECT) | delved into monte carlo option pricers, while comparing results with conventional stochastic calculus models (Black Scholes) | Python, Stochatic Calculus |