Skip to content
View ironLegion88's full-sized avatar
  • Ashoka University
  • Sonipat, Haryana, India

Highlights

  • Pro

Block or report ironLegion88

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
ironLegion88/README.md

👋 Hi there, I'm Sarthak!

🎓 I'm an undergraduate at Ashoka University, pursuing a B.Sc. in Computer Science. I’m passionate about exploring how technology intersects with society — especially through AI, cloud platforms, digital public goods, and media transparency.

I’m also deeply curious about electronics and robotics, and have been actively working on hands-on hardware projects involving mechatronics, motor control, and sensor systems.


🔍 What I’m Interested In

  • 🌐 AI & Cloud Computing — Building smart, scalable, and accessible tools
  • 🤖 Electronics & Robotics — Micromouse, motors, mechatronics, sensors, and embedded systems
  • 📊 Data Science & Visualization — Making data intuitive and interactive
  • 🧠 Media & Information Systems — Analyzing bias and improving trust in communication
  • 🌿 Tech for Public Good — Tools that serve communities and solve real problems

🛠️ Tech Stack

Languages: Python • JavaScript • TypeScript • SQL • C/C++ (for microcontrollers)
Frameworks/Tools: React.js • Node.js • Flask • Express • IndexedDB • D3.js
Electronics: Arduino • ESP32/8266 • IR & Ultrasonic Sensors • Servo/DC/Stepper Motors
Databases: MySQL • GraphDB (RDF/OWL)
Others: GitHub • Canva • Google Cloud • Firebase • Vercel


📌 Featured Projects

🔧 MIPS Assembler & Visual Simulator

A web-based tool that converts MIPS assembly ↔ machine code, with step-by-step CPU simulation, register tracking, and syntax validation.
Stack: React.js • TypeScript • Flask • D3.js • Monaco Editor

🍱 Indian Food Knowledge Graph (Research)

Built a multilingual PWA with offline functionality and voice input to catalog Indian food items, working under Prof. Lipika Dey & Prof. Partha Pratim Das.
Stack: React • Flask • OWL Ontology • GraphDB • Bhashini API

🗞️ Media Bias Detection (Ongoing Research)

Analyzing editorial bias in news coverage of the 2025 Delhi Elections through NLP, content analysis, and public perception surveys.
Tools: NLTK • TextBlob/VADER • Google Forms • Python

🤖 Micromouse & Mechatronics (In Progress)

Designing and programming a Micromouse robot for maze-solving using ultrasonic and IR sensors, PID control, and motor drivers.
Experimenting with ESP32, servo/stepper/DC motors, and custom PCBs for embedded systems learning.


🧠 Recent Learning & Engagement

  • 🎙️ Attendee, From Neural Mimics to Smart Assistants, IIT Delhi (Dr. Yann LeCun)
  • 📈 Participant, exSPLOre Workshop, Ashoka University (Google DeepMind, Stanford, MIT)
  • 🧑‍💻 Member, Projects & Hackathons – Ashoka’s Ministry of Technology
  • 🌍 Team Lead, Tech Department – Jazbaa Cultural Ministry

📫 Let’s Connect!


Thanks for stopping by! Feel free to check out my pinned repositories below 👇

Pinned Loading

  1. Makerspace-Ashoka/DiscProdSheetifyMakerspace-Ashoka/DiscProdSheetifyPublic

    Discord bot that automatically scrapes product information from links shared in channels and populates Google Sheets with structured data using customizable templates

    Python

  2. library_recommenderlibrary_recommenderPublic

    An intelligent, hybrid recommendation engine and search enrichment middleware for the Koha Library OPAC. Features context-aware "Did You Mean" typo correction and intent-driven "Related Items" sugg…

    Python 1

  3. Disaster-Intelligence-PipelineDisaster-Intelligence-PipelinePublic

    An automated intelligence pipeline that reverse-engineers GDACS APIs to scrape, analyze, and compare global disaster response dynamics. Uses NLP (spaCy) and Streamlit to evaluate Media Saturation, …

    Python

  4. yelp-polyglot-ml-pipelineyelp-polyglot-ml-pipelinePublic

    A polyglot persistence architecture (MongoDB & Neo4j) and machine learning pipeline to process and analyze the Yelp Open Dataset, featuring a resource-aware ETL pipeline built with Polars.

    Python

  5. media_biasmedia_biasPublic

    An end-to-end NLP pipeline to analyze ideological bias in online news media during elections. Uses sentiment analysis, topic modeling (LDA/NMF), and NER to quantify media framing.

    Python

  6. mips-simulatormips-simulatorPublic

    An interactive web-based simulator and assembler for the MIPS ISA. Features step-by-step execution, real-time register/memory visualization with highlighting, and I/O syscall handling. Built with P…

    Python