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

🚀 Featured Projects

ProjectDescriptionStack
ASL Translator[IN PROGRESS] Real-time computer vision website that converts landmarks from gestures into EnglishPython · TensorFlow · MediaPipe · OpenCV
MemeFocusReal-time computer vision app that detects focus loss and delivers meme-based nudges to keep you on taskPython · MediaPipe · OpenCV
Stock Market AnalyzerTrend prediction tool that processes historical market data to surface actionable trading signalsPython · Pandas · NumPy · Streamlit
Fake News DetectorMultimodal misinformation classifier that cross-references text, image, and audio signals using a PyTorch modelPython · PyTorch · Streamlit

View All Projects

🛠️ Tech Stack

📊 GitHub Stats

ReposPrivate ReposFollowersFollowing

🤝 Let's Connect!

LinkedInEmail

Pinned Loading

  1. asl-translatorasl-translatorPublic

    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 2

  2. memefocusmemefocusPublic

    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-analyzerstock-market-analyzerPublic

    [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-detectorfake-news-detectorPublic

    [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