Taksh Panchal
[email protected] ⋄ +91-9327619673 ⋄ takshpanchal ⋄ in/takshpanchal
Professional Experience
Searce Technologies Inc. Pune, MH
Software Engineer, Applied AI 07/2023 - Present
• Setup and owned a complete pipeline for continuous training and deployment of an ML-based document extractor,
supporting thousands of client’s document.
• Optimized and parallelized ML-based APIs for document extraction, achieving a 6x reduction in processing time.
• Implemented an asynchronous data-extraction service on top of a large language model (LLM) endpoint using Celery
task queues and Redis brokers. This reduced data extraction time by 3x compared to synchronous requests while
accounting for endpoint rate limits.
• Migrated legacy service data from Postgres DB to MinIO, enhancing data management and improving efficiency for
clients.
• Technologies: Python, Django, Celery Task Queue, Postgres DB, minIO object store, Redis, GCP, AWS
Orbitz IT Solution Remote
Android Developer Intern, Delivery Tracking App 01/2022 - 04/2022
• Developed Android app for tracking and dashboard for multiple delivery partners using Android native Java frame-
work. Used Map SDK for rendering and Location API tracking.
• Used Firebase for authentication, Real-Time location update and tracking
• Technologies: Java, Android SDK, Firebase
Contributions
• juspay/hyperswitch: After understanding the router crate’s code, I added support for two banks to an existing
payment provider. PR Link
• BharatSahAIyak/autotune: Actively contributing to the training automation pipeline. Link of PRs
• Probabilistic Machine learning Books’s code: Helped in transitioning numpy to Jax lib. Helped in improving figure
representations. Link of PRs
Education
National Institute Of Technology Surat, GJ
B.Tech, Mechanical Engineering 2019/07 – 2023/05
Technical Skills
Languages: Python, GoLang, JavaScript, Java
Skills: REST APIs, RDBMS-(Postgres, MySQL), GCP, OOP, AWS Services (Lambda, Rekognition, Textract), GCP (Cloud
Run, VertexAI, Document AI, BigQuery)
Frameworks and Libraries: Django, PyTorch, FastAPI, Android Java SDK, React
Tools : git, docker
Projects
Online Chess Game github.com/TakshPanchal/chess
where two players create a room and play.
• Using persistent WebSocket connection with JWT tokens for authentication.
• Used goroutines and channels for concurrency.
• Third-party packages are used for handling game logic
• Technologies: GoLang, WebSockets, React, Postgressql
bun-dler github.com/TakshPanchal/bun-dler
A toy javascript bundler using bun.js
• Used Babel packages to create and traverse AST.
• Taken care of edge cases of importing and exporting objects and generated dependency graph
• Generates a single js bundle file after resolving all of the project dependencies.
• Technologies: bun.js, javascript, metaprogramming.