Skip to content
View kmist70's full-sized avatar

Highlights

  • Pro

Block or report kmist70

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
kmist70/README.md
Typing SVG

👋 About Me

I'm Krishna M, a CS student at UIUC building projects in AI/ML and software engineering.

  • 📍 Location: Urbana-Champaign, Illinois
  • 🎓 Education: B.S. in Computer Science @ UIUC ('25–'28)
  • 🌱 Currently learning: ML fundamentals, Self-studying Linear Algebra (MATH 257)
  • 💼 Looking for: SWE / Data Science / AI-ML internships — Summer 2027

🚀 Featured Projects

Project Description Stack
MemeFocus Real-time computer vision app that detects focus loss and delivers meme-based nudges to keep you on task Python · MediaPipe · OpenCV
SSBU Optimizer Interactive dashboard that analyzes match data to surface actionable strategy improvements for Smash Ultimate players Python · Pandas · Streamlit
Stock Market Analyzer Trend prediction tool that processes historical market data to surface actionable trading signals Python · Pandas · NumPy · Streamlit
Fake News Detector Multimodal misinformation classifier that cross-references text, image, and audio signals using a PyTorch model Python · PyTorch · Streamlit

View All Projects

🛠️ Tech Stack

📊 GitHub Stats

Repos Private Repos Followers Following

🤝 Let's Connect!

LinkedIn Email

Pinned Loading

  1. memefocus memefocus Public

    A Python productivity app that uses real-time webcam gaze tracking (MediaPipe + OpenCV) to detect when you look away from your screen — then punishes you by blasting a full-screen meme or "brainrot…

    Python

  2. ssbu-optimizer ssbu-optimizer Public

    A Streamlit dashboard for Super Smash Bros. Ultimate players. Analyze character matchups, find counterpicks with stat radar charts, track learning progress from beginner to pro, and browse the full…

    Python

  3. fake-news-detector fake-news-detector Public

    [COLLAB] Multimodal fake news detection web app built with Streamlit. Classifies misinformation in text articles and videos using DistilBERT, CLIP, and Whisper. Features article scraping, video tra…

    Python

  4. stock-market-analyzer stock-market-analyzer Public

    [COLLAB] Web app to backtest and implement multiple trading strategies. Customizable parameters of strategies. Backtest on historical data. Combine strategies together

    Python