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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only 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/DiscProdSheetify Makerspace-Ashoka/DiscProdSheetify Public

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

    Python

  2. media_bias media_bias Public

    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

  3. mips-simulator mips-simulator Public

    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

  4. sg-au/sg-main sg-au/sg-main Public

    JavaScript 1 1

  5. ctf_challenge_x ctf_challenge_x Public

    CTF challenge where the flag is hidden in an image’s metadata, not the pixels. Extract EXIF data, decrypt a VigenΓ¨re-encrypted string, and uncover "flag{i_am_groot!}".

    HTML

  6. micromouse-rl micromouse-rl Public

    This repository implements a virtual Micromouse that uses Q-learning, a Reinforcement Learning algorithm, to navigate a randomly generated 20x20 maze.

    Python