Prismatic Metrics
Thoughts in Data.
Deep-dives into AI projects, machine learning systems, and the craft behind building intelligent products.
Visit Prismatic MetricsShaileshGPT — Building an AI-Powered Personal Portfolio Assistant
In today's world, a resume is no longer enough. I built ShaileshGPT to let my portfolio speak for itself — an interactive AI assistant that represents me 24/7 to recruiters and clients.
Deep Research Agent — Agentic AI That Actually Thinks
This is an agentic deep research assistant built using Gradio, OpenAI Agents SDK, and SendGrid. Unlike simple chatbots, it clarifies, plans, searches, and synthesizes before delivering a report.
Movie Recommender System — Content-Based Filtering with Streamlit
A content-based recommendation engine using TF-IDF vectorization and cosine similarity on movie metadata — genres, cast, and keywords — to suggest the top 5 similar movies.
Stock Price Predictor — LSTM Deep Learning for Time Series
Developing a predictive model that forecasts future stock prices using historical data, combining time series insights with LSTM deep learning techniques on Yahoo Finance data.
Campus Placement Predictor — Will You Get Placed?
A binary classification model that predicts student placement likelihood based on academic profile, work experience, and specialization. Real-world ML for a real student problem.
Next Word Prediction Using LSTM on Shakespeare's Hamlet
Can a neural network trained on classical literature predict the next word contextually? This LSTM language model trained on 12,000+ words from Hamlet explores that question.