Shubham Parida

CS Student · AI/ML Engineer · Backend Developer

Shubham Parida

Software Engineer & Builder

Building software that solves real-world problems.

I specialize in backend systems, real-time applications, and distributed architecture. From building embedded IoT networks to integrating machine learning into scalable software products, I focus on delivering robust and efficient solutions.

emoji_events
Competition
Hackathon Winner
military_tech
Innovation
AIR 2 Innovator
article
Research
Published Author
handshake
Consulting
5+ Faculty Clients
school Siksha ‘O’ Anusandhan University (ITER) · B.Tech CSE · CGPA 8.33
location_on Bhubaneswar, India · Sep 2024 – May 2028
Scroll to explore keyboard_arrow_down

Experience

Jul 2026 – Aug 2026

Intern, Software Development

RateGain Travel Technologies Limited

Noida, India · Jul 2026 – Aug 2026

  • check_circle Developed and maintained Apache Airflow DAGs on Google Cloud Composer, orchestrating data pipelines integrated with BigQuery and Cloud Storage.
  • check_circle Optimized the alerting system for failed Airflow DAGs, redesigning failure detection, processing, and notification logic to improve pipeline reliability and reduce manual triage.
  • check_circle Integrated Jenkins into the DAG failure alerting workflow and debugged production-style pipeline failures across Airflow DAG logic and GCP service integrations, supporting containerized deployment with Docker.
Apache Airflow Cloud Composer GCP BigQuery Cloud Storage Jenkins Docker Python
Apr 2025 – Present

Freelance Academic LaTeX Consultant

Self-employed · 5 college faculty clients · Apr 2025 – Present

  • check_circle Automated LaTeX pipelines for IEEE, Springer, and Elsevier templates across 5 faculty clients, including Beamer decks; reduced typesetting turnaround by ~60% per manuscript vs. manual Word conversion.
  • check_circle Structured complex manuscript elements — BibTeX/BibLaTeX bibliographies, algorithm environments, multi-column layouts, and figure/table formatting — for journal and conference submissions.
LaTeX BibTeX BibLaTeX Beamer IEEE Springer Elsevier

Projects

Click any project to expand details, tech stack, and links.

Research-driven & engineering-focused

Overview

A multiplayer location-based survival game where player interactions happen according to real GPS positions. Built a GPS proximity detection engine using the Haversine formula for accurate player collision and zone detection. Designed real-time multiplayer synchronization achieving sub-second latency for multiple concurrent players.

Key Features

  • check_circle GPS proximity engine using Haversine formula for accurate geofencing
  • check_circle Real-time multiplayer sync via self-hosted WebSocket backend
  • check_circle Live zone entry/exit events & player elimination system
  • check_circle Sub-second synchronization for multiple concurrent players

Tech Stack

Node.js Socket.io WebSocket JavaScript

Highlights

speed
Sub-second sync
Multi-player latency
emoji_events
HackFest-26 Winner
1st Place · 200+ teams

Overview

Developed a CNN + Sentence-BERT ensemble REST API classifying 13 emotion categories; deployed on Hugging Face Spaces with sub-250 ms inference latency and structured JSON response formatting. Evaluated the model with F1-score, precision/recall, and confusion matrix analysis; handled class-imbalanced dataset preparation using Pandas and NumPy with Matplotlib and Seaborn visualisations.

Key Features

  • check_circle Developed a CNN + Sentence-BERT ensemble REST API classifying 13 emotion categories
  • check_circle Deployed on Hugging Face Spaces with sub-250 ms inference latency & structured JSON response formatting
  • check_circle Evaluated the model with F1-score, precision/recall, and confusion matrix analysis
  • check_circle Handled class-imbalanced dataset preparation using Pandas and NumPy with Matplotlib and Seaborn visualisations

Tech Stack

FastAPI TensorFlow Hugging Face Transformers Sentence-BERT Python Pandas & NumPy Matplotlib & Seaborn

Results

psychology
13 emotion classes
Full taxonomy classification
speed
< 250ms latency
Sub-250 ms inference latency

Overview

Engineered Selenium + BeautifulSoup scraping pipelines tracking trend signals across social and marketplace APIs; processed 10k+ daily data points into structured JSON/CSV with AJAX and infinite-scroll handling. Designed a sentiment modeling layer mapping scraped signals to directional prompts for Stable Diffusion img2img transformations; achieved real-time visual style evolution driven by live market trend data.

Key Features

  • check_circle Engineered Selenium + BeautifulSoup scraping pipelines tracking trend signals across social & marketplace APIs
  • check_circle Processed 10k+ daily data points into structured JSON/CSV with AJAX and infinite-scroll handling
  • check_circle Designed sentiment modeling layer mapping scraped signals to directional prompts for Stable Diffusion img2img transformations
  • check_circle Achieved real-time visual style evolution driven by live market trend data

Tech Stack

Python BeautifulSoup Selenium Stable Diffusion Node.js FastAPI

Scale

data_object
10k+ daily data points
Structured JSON/CSV pipelines
auto_awesome
Live style evolution
Market-driven img2img
article
Published Research
GIS Science Journal · Vol. 11 · Issue 4 · 2024
newspaper
Media Coverage
The Times of India

Overview

Implemented a CV-based adaptive traffic control system on Raspberry Pi + IoT hardware; achieved 25–35% reduction in congestion and 20–30% decrease in average junction wait times. Published in GIS Science Journal (Vol. 11, Issue 4, 2024); covered by The Times of India — research conceived and completed independently prior to undergraduate enrollment.

Key Features

  • check_circle Implemented a CV-based adaptive traffic control system on Raspberry Pi + IoT hardware
  • check_circle Achieved 25–35% reduction in congestion and 20–30% decrease in average junction wait times
  • check_circle Published in GIS Science Journal (Vol. 11, Issue 4, 2024) · Media coverage by The Times of India
  • check_circle Conceived and completed independently prior to undergraduate enrollment

Tech Stack

Python Flask Raspberry Pi IoT Computer Vision OpenCV

Impact

trending_down
25–35% less congestion
Measured reduction
schedule
20–30% faster flow
Wait time reduction

More Projects & Experiments

Open Source

Explore active repositories, full backend implementations, and upcoming releases.

View More on GitHub arrow_forward

Publications

Peer-Reviewed

Scholarly research contributions, peer-reviewed journal papers, and academic citations.

Research Article DOI: Incoming Audio DeepFake Defense Speech Forensics
schedule In Press · Forthcoming

Temporal Convolutional Classification of RVC-Synthesized Speech Using Pre-Trained Audio Embeddings

Authors: Dipu Hota1, Ram Chandra Barik1, Niranjan Behera2, Sanjib Kumar Nayak3, Shubham Parida4
1C.V. Raman Global University, Bhubaneswar 2GCE Kalahandi, Bhawanipatna 3Veer Surendra Sai University of Technology (VSSUT), Burla 4ITER, Siksha ‘O’ Anusandhan, Bhubaneswar

Abstract & Method

This paper presents a real-time method for detecting fake speech generated using Retrieval-based Voice Conversion (RVC). The approach leverages Google HEAR audio embeddings to extract meaningful acoustic representations from short audio segments. A sliding window technique is applied along the embedding dimension of each speech representation to capture local structure across neighboring embedding coefficients. Three deep learning models—CNN-LSTM, Temporal Convolutional Network (TCN), and TCN-LSTM—are benchmarked on the DEEP dataset containing real and AI-generated speech with added background noise. Experimental results show windowed embedding representations significantly enhance detection, with the TCN model achieving 96.85% accuracy and low inference latency suitable for real-time audio forensic streams.

verified
TCN Peak Accuracy
96.85% Detection
bolt
Inference Speed
Real-Time Forensic Stream
graphic_eq
Robust Evaluation
DEEP Dataset + Noise
Keywords: DeepFake Speech Detection Retrieval-based Voice Conversion (RVC) Google HEAR Embeddings Temporal Convolutional Network (TCN) CNN-LSTM & TCN-LSTM Audio Forensics
hourglass_top DOI Assignment Incoming
Journal Article GIS Science Journal Vol. 11, Issue 4 · 2024 ISSN: 1869-9391
calendar_today Published April 2024

R.A.P.T.O.R — Raspberry Pi Automated Traffic Optimization and Response

Author: Shubham Parida · Independent Pre-Undergraduate Research

Abstract & Summary

This paper presents an adaptive, smart traffic control system utilizing computer vision on embedded IoT edge hardware (Raspberry Pi). By leveraging OpenCV for continuous vehicle density estimation across intersection approaches, the system dynamically calculates and modulates signal cycle times. Experimental deployment demonstrated a measured 25–35% reduction in vehicular congestion and a 20–30% decrease in average junction wait times compared to traditional static signal timing. The research was conceived, engineered, and completed independently prior to undergraduate studies.

trending_down
Congestion
25–35% Reduction
timer
Wait Times
20–30% Faster Flow
newspaper
Media Spotlight
The Times of India
verified
Featured by The Times of India

National news coverage spotlighting pre-college engineering research and intelligent traffic management.

Media Coverage
visibility View Project System

Technical Skills

psychology

AI / Machine Learning

TensorFlow PyTorch Hugging Face Transformers Sentence-BERT Stable Diffusion scikit-learn LLM integration NumPy Pandas Matplotlib Seaborn Jupyter Notebook
code

Languages

Python Java JavaScript Node.js
dns

APIs & Backend

FastAPI Flask REST API design Socket.io React.js HTML/CSS
cloud_sync

Cloud, Data & DevOps

GCP Cloud Composer Apache Airflow BigQuery Cloud Storage Jenkins (CI/CD) Docker MySQL PostgreSQL MongoDB Git GitHub Google Colab Cloudinary
travel_explore

Scraping & Pipelines

BeautifulSoup Selenium AJAX/JS-rendered scraping Infinite scroll JSON pipelines CSV pipelines
memory

Embedded & IoT

Raspberry Pi ESP32 Arduino IoT hardware integration OpenCV
menu_book

Document & Typesetting

LaTeX (IEEE / Springer / Elsevier templates) BibTeX BibLaTeX Beamer

Achievements

Competition wins, recognition & publications

emoji_events Competition
IIIT Bhubaneswar · Jan 2026

HackFest-26

Outperformed 200+ teams at a national-level hackathon. Signal-86 recognised for real-world deployment viability, sub-second WebSocket performance under load, and novel GPS game mechanic design.

  • · Outperformed 200+ teams
  • · National-level hackathon
  • · Novel GPS game mechanic design
🏆 1st Place Winner
military_tech Innovation
IIT Delhi · Nov 2023

Youth Ideathon 2023

Secured 2nd place nationwide at IIT Delhi (AIR 2, Gold Medal). Project ranked among Top 1,000 submissions on the Think Startup YouTube playlist.

  • · Secured 2nd place nationwide at IIT Delhi
  • · AIR 2 · Gold Medal
  • · Top 1,000 submissions on Think Startup YouTube
🥇 AIR 2 · Gold Medal
article Publication
GIS Science Journal · 2024

R.A.P.T.O.R — Published

Published in GIS Science Journal (Vol. 11, Issue 4, 2024). Adaptive traffic control system. Media coverage: The Times of India.

  • · GIS Science Journal, Vol. 11, Issue 4, 2024
  • · Adaptive traffic control system
  • · Media coverage: The Times of India
📄 Published Author
Certifications
verified
Stanford University · DeepLearning.AI · Coursera

Machine Learning Specialization

Completed Apr 2026
Supervised ML
99.60%
Advanced Learning Algorithms
100%
Unsupervised Learning, Recommenders & RL
98.80%

Covers: Supervised ML · Advanced Learning Algorithms · Unsupervised Learning · Recommenders · Reinforcement Learning

Let's Connect

Open to research fellowships, AI/ML collaborations, and interesting engineering challenges.

Connect With Me

location_on

Location

Bhubaneswar, Odisha, India

school

University

Siksha ‘O’ Anusandhan University (ITER) · B.Tech CSE

Sep 2024 – May 2028 · CGPA 8.33

bolt

Current Status

Open to research fellowships & AI/ML collaborations