Prismatic Metrics

Thoughts in Data.

Deep-dives into AI projects, machine learning systems, and the craft behind building intelligent products.

Visit Prismatic Metrics
🤖
April 24, 2026

ShaileshGPT — 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.

AI Portfolio LLM Engineering OpenAI
Read Full Post
🔎
April 23, 2026

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.

Agentic AI OpenAI Agents SDK Multi-Agent Systems
Read Full Post
🎬
July 27, 2025

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.

Recommendation System NLP TF-IDF Streamlit
Read Full Post
📈
July 27, 2025

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.

LSTM Deep Learning Time Series TensorFlow
Read Full Post
🏛️
July 25, 2025

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.

Classification Logistic Regression Campus Placement
Read Full Post
📜
July 24, 2025

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.

LSTM NLP Language Modeling Shakespeare
Read Full Post