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.

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
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 '28
  • 🔭 Currently working on: ASL Translator (Python, TensorFlow, MediaPipe, OpenCV)
  • 🌱 Currently learning: Database Systems (CS 411), Probability and Statistics (CS 361), Linear Algebra (MATH 257), ML fundamentals
  • 💼 Looking for: SWE / AI-ML internships — Summer 2027

🚀 Featured Projects

Project Description Stack
ASL Translator [IN PROGRESS] Real-time computer vision website that converts landmarks from gestures into English Python · TensorFlow · MediaPipe · OpenCV
MemeFocus Real-time computer vision app that detects focus loss and delivers meme-based nudges to keep you on task Python · MediaPipe · OpenCV
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. asl-translator asl-translator Public

    Real-time ASL word translator that runs entirely in the browser. Uses MediaPipe Hands for landmark tracking and a stacked LSTM model converted to TensorFlow.js for fully client-side inference — no …

    Python 1

  2. 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

  3. 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

  4. 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