Skip to content
View arka562's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report arka562

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
arka562/README.md

Arkaprava Ghosh

typing animation
Portfolio LinkedIn Email Twitter



Profile views LeetCode


About

  • Final-year projects and one internship (Adani Power) split across two tracks: full-stack MERN systems and data analysis / ETL.
  • Every metric below comes from measured testing on the actual project β€” latency numbers, model accuracy, record counts. None of it is estimated.
  • Full breakdown of experience, education, and certifications is on the portfolio site β†’

🧰 Tech Stack (click to expand)

Languages Python JavaScript Java SQL

Frontend React Redux TailwindCSS Vite

Backend Node.js Express Socket.io JWT

Data & Databases MongoDB MySQL Redis DuckDB Pandas NumPy Scikit-learn

Visualization & Tools Streamlit Plotly PowerBI Git Jest Postman


Projects

πŸ”Ή BlinkChat β€” Real-Time Chat Application

Node.js Express.js MongoDB Redis React Socket.IO Jest

  • Diagnosed a ~2.5s median message latency under cross-region load (Render Oregon ↔ MongoDB Atlas Mumbai / Upstash Redis).
  • Fixed it with Redis cache-aside validation and fire-and-forget cache invalidation β€” 81% latency cut, down to ~468ms.
  • Solved message-ordering race conditions with server-side timestamps; built accurate seen-status tracking via Socket.IO acknowledgements.
  • Isolated Jest integration suite (mongodb-memory-server) covering auth and messaging routes, including error paths.

Repo Β· Live Demo

πŸ”Ή AI Interview Coach

MERN Gemini OpenRouter Groq Hugging Face

  • Built a multi-provider LLM routing system with circuit-breaker fallback across four providers.
  • Load-tested against real provider failures (rate limits, timeouts) β€” 100% request success via automatic failover.
  • Groq as primary provider, ~780ms median latency, roughly 3x faster than the Hugging Face fallback.
  • Adaptive interview difficulty based on live user performance; resume parsing (PDF/Text) for personalized scenarios; automated PDF feedback reports.

Repo Β· Live Demo

⚠️ Repo name pending confirmation β€” verify this matches your actual GitHub repo before publishing.

πŸ”Ή Supply Chain Delay Prediction

Python SQL Power BI Random Forest

  • Random Forest classifier with class-weight balancing for imbalanced delay labels β€” 87% accuracy, 18 points above the logistic regression baseline (69%).
  • 93% precision on on-time order predictions.
  • Full ETL pipeline: SQL ingestion β†’ cleaning β†’ feature engineering + one-hot encoding β†’ model training β†’ Power BI dashboard.
  • SQL feature engineering using multi-table joins, CASE WHEN, GROUP BY/HAVING.

Repo

No live dashboard link exists in your source resumes for this project β€” add one if you have it.

πŸ”Ή IPL Analytics & Prediction Platform

Python Streamlit SQL DuckDB Plotly

  • Warehoused 1,200+ matches and 294K+ deliveries into DuckDB via modular Python scripts.
  • Season trends, venue par scores, toss impact, phase-wise team/player performance via interactive Plotly charts.
  • SQL with CTEs and window functions (QUALIFY ROW_NUMBER() OVER (PARTITION BY...)) for batter rankings.
  • Supporting ML models for win probability and score projection, deployed to a production Streamlit dashboard.

Repo Β· Live App

πŸ”Ή India Crime Analysis & Visualization Dashboard

Python Pandas NumPy Streamlit

  • Cleaned and analyzed 10,000+ NCRB crime records; year-over-year trend analysis and state-wise comparison.
  • Production Streamlit dashboard with choropleth maps, crime distribution charts, state-wise filters.
  • Growth-rate forecasting projecting 2021–2023 trends per state; per-capita normalization for fair cross-state comparison.

Repo Β· Live App


GitHub Stats


Certifications


Pinned Loading

  1. ai-interview-coach ai-interview-coach Public

    AI-powered interview preparation platform with adaptive question generation, voice interview mode, and multi-LLM routing (Gemini, Groq, OpenRouter). Built with MERN stack, Redux Toolkit, JWT auth, …

    JavaScript 2

  2. blinkchat blinkchat Public

    Full-stack real-time chat app built with MERN + Socket.IO + Redis + Cloudinary. Features live messaging, emoji reactions, read receipts, and optimistic UI.

    JavaScript 2

  3. e-logbook e-logbook Public

    Full-stack industrial shift operations management system built for Adani Power Limited β€” digitizes shift logging, parameter monitoring, issue tracking, handover notes, PDF reports, audit trails, an…

    JavaScript 2

  4. india-crime-dashboard india-crime-dashboard Public

    Interactive crime analytics dashboard built with Python, Streamlit & Plotly β€” visualizes NCRB data (2021–2023) with state rankings, choropleth maps, YoY trends, and ML-based forecasts.

    Jupyter Notebook 2