Skip to content
View PRANAV0494's full-sized avatar

Highlights

  • Pro

Block or report PRANAV0494

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.

Content in all repositories owned by your account will be closed.
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
Pranav0494/README.md

Header

Typing SVG

Profile views
โ”Œโ”€โ”€(pranavใ‰ฟgithub)-[~]
โ””โ”€$ whoami
Pranav Maheshwari โ€” CS undergrad @ Graphic Era University, Dehradun ยท Class of 2027

โ”Œโ”€โ”€(pranavใ‰ฟgithub)-[~]
โ””โ”€$ cat focus.txt
Machine Learning ยท Deep Learning (LSTM) ยท Time-Series Forecasting ยท Explainable AI (LIME & SHAP)
Training models by day, building full-stack apps by night.

$ whoami --verbose

Coding animation

  • ๐Ÿง  Continuous authentication & behavioral biometrics โ€” CADENCE: a transparent proxy that keeps verifying who is driving a session after login, fusing keystroke provenance, identity drift and automation signals through a sequential likelihood-ratio test
  • ๐Ÿ›ก๏ธ Intrusion detection at scale โ€” XGBoost & Random Forest across 6 public benchmarks (CICIDS2017, UNSW-NB15, CTU-13, BoT-IoT, IoT-23, BETH) with SMOTE and 5-fold cross-validation
  • ๐Ÿ“ˆ Time-series forecasting โ€” ARIMA + LSTM for 30-day price prediction, with RSI/MACD indicators and Sharpe & VaR risk metrics
  • ๐Ÿฉบ Patent filed โ€” Offline-First Telemedicine Ecosystem for rural healthcare (RAG-based AI symptom detection + QR digital health records)
  • ๐Ÿ—๏ธ Shipped a real-world school ERP during my frontend internship โ€” React + Tailwind + Flask, role-based dashboards
  • ๐ŸŽค Secretary @ GEU IEEE Student Branch โ€” organized 50+ technical events & workshops
  • ๐ŸŽฏ Open to ML / Software Engineering internships โ€” let's talk!

$ cat experience.log

  • ๐Ÿ’ผ Frontend Developer Intern โ€” KV Public School, Meerut (3 months) Built a production ERP Management System: React + Tailwind frontends on Flask REST APIs, role-based dashboards, and cloud-backed data handling (SQLite / Google Sheets) automating attendance, fees, marksheets & transfer certificates.
  • ๐ŸŽ“ B.Tech in Computer Science โ€” Graphic Era (Deemed to be) University, Dehradun (2023 โ€“ 2027)
  • ๐Ÿ“œ Google Cybersecurity Professional Certificate โ€” 8-course specialization: network security, threat detection & response, Linux, SQL, Python security automation
  • โ˜๏ธ AWS training modules โ€” Amazon HealthLake, Agentic AI (SNS, SQS, MQ), Generative AI sustainability

$ ls skills/

Skills

Pandas NumPy XGBoost Matplotlib Streamlit Jupyter Google Sheets API Burp Suite

$ cat projects.log

๐ŸŽผ CADENCE

Continuous Auth ยท Research Prototype

Every authentication control fires once, at the door. CADENCE keeps asking who is driving the session after login โ€” a mitmproxy edge injects a capture SDK and reconciles form POSTs against observed keystrokes server-side, so patching the in-page JS yields a submission with no supporting keystrokes, which is itself the detection. Provenance, identity drift and automation fuse through a calibrated sequential log-LR (Wald's SPRT) into RFC 9470 step-up. 302 tests, and CI fails the build if any number in the docs disagrees with the measured-results file.

๐Ÿ›ก๏ธ Network Intrusion Detection Model Zoo

ML ร— Security

XGBoost & Random Forest classifiers trained across 6 public intrusion-detection benchmarks โ€” CICIDS2017, UNSW-NB15, CTU-13, BoT-IoT, IoT-23 and BETH โ€” using SMOTE for class imbalance and 5-fold cross-validation on multi-million-row captures, some GPU-trained via RAPIDS cuML.

๐Ÿฉบ Offline-First Telemedicine Ecosystem

Patent Filed

A healthcare platform for low-connectivity rural regions โ€” RAG-based AI symptom detection, QR-based digital health records, and low-bandwidth teleconsultation, designed for scalable healthcare access where the internet barely reaches.

๐Ÿ“ˆ Stock Forecasting & Risk

Time-Series ยท ARIMA + LSTM

30-day price forecasting combining a statistical ARIMA baseline with an LSTM sequence model, fed by RSI and MACD technical indicators and scored on Sharpe ratio and Value-at-Risk rather than accuracy alone โ€” because a forecast that ignores downside risk is not a trading signal.

$ htop --stats

Contributions Commits Pull requests Issues

public + private activity ยท auto-updated daily by this workflow from the GitHub API

GitHub stats Top languages Streak stats
๐Ÿ“Š More stats โ€” contribution activity graph
Activity graph

$ ./snake --eat-contributions

Contribution snake

$ ./connect.sh

LinkedIn Gmail GitHub

โ”Œโ”€โ”€(pranavใ‰ฟgithub)-[~]
โ””โ”€$ echo "Thanks for stopping by โ€” connection closed. ๐ŸŸข"

Footer

Popular repositories Loading

  1. Stock_Project Stock_Project Public

    Python

  2. GEIMS_Hospital GEIMS_Hospital Public

    Dart

  3. Pranav0494 Pranav0494 Public

    โšก My animated profile README โ€” ML ร— Full-Stack

  4. cadence cadence Public

    Continuous attestation of who is driving an authenticated web session โ€” keystroke provenance, identity drift, and automation detection via a transparent proxy. Research prototype.

    Jupyter Notebook

  5. care-pathway care-pathway Public

    Care Pathway: guideline-grounded health assistant with specialist tools and fail-closed answering. GEU B.Tech CSE Core Phase-1. Not a diagnosis.

    JavaScript