Tags

ai

art

bert

bot

  • Creating my Conversational AI Planner

    I wanted to build something lightweight yet useful—a conversational morning planner that runs locally and feels personal. The idea was simple:

chat

  • Creating my Conversational AI Planner

    I wanted to build something lightweight yet useful—a conversational morning planner that runs locally and feels personal. The idea was simple:

classification

nlp

  • Creating my Conversational AI Planner

    I wanted to build something lightweight yet useful—a conversational morning planner that runs locally and feels personal. The idea was simple:

openai

  • Building my AI Powered UPSC Mock Exams

    This post walks through every block of code used in my UPSC Mock Test project, file by file. For each file I show the code and explain what it does in plain language. All code b...

  • How I built my AI Rock Paper Scissor Game

    This post explains every part of the attached app.py, block by block, and clarifies how configuration, limits, offline and OpenAI logic, and UI all fit together.

  • Strengthening my AI Movie Rating Predictor

    I created a project that predicts a movie rating using a clean dataset and a model. The goal was clarity over flash. Every file in the repository is plain and easy to follow. Th...

  • Creating my AI Book Recommendation Engine

    It began with a simple thought. I had been reading books in different genres, but I often felt lost when I wanted to choose my next read. The world of books is wide and deep, an...

  • My AI Headline Clickbait Detector

    It started with a simple experience while browsing headlines online. I noticed how some headlines grabbed attention with exaggerated words while others felt straightforward. Tha...

  • Creating my AI SMS Sentiment Classifier

    Sometimes daily events spark unexpected ideas. One day I received several promotional and personal text messages back to back. I found myself quickly deciding which ones mattere...

  • Building my AI Spam Email Classifier

    The idea for this project came to me after a personal experience. I once received a strange email that claimed I had won a lottery prize. The subject line promised an urgent rew...

  • Creating my Fake News Detector

    I once stumbled upon an online article that looked reliable at first. The formatting was polished and the headline was striking. Yet as I kept reading, some statements did not a...

  • Enhancing my AI Text Summarizer

    This project is a web app that summarizes long text. It uses a pretrained model from Hugging Face. It wraps the model with a friendly Gradio interface. I run it locally during d...

  • My Virtual AI Powered Tic Tac Toe

    I wrote a small Streamlit app that plays Tic Tac Toe against me. The app has two brains. One brain is an offline minimax engine. The second brain is an OpenAI call that returns ...

  • Creating my AI Sentiment Analysis App

    The idea first struck me while scrolling through movie reviews late at night. Some comments felt spot on, others were wildly off, and I found myself wishing there were a way to ...

  • Building my own AI Financial Guide

    It started with a simple thought that kept circling in my head: why do everyday financial choices feel so complicated? Deciding whether to tuck money away, invest it, or just sp...

  • Making my AI Journalist

    I wanted a simple tool that drafts news style article ideas quickly. I also wanted guardrails around costs and fair usage for shared use. This post walks through the exact code ...

  • My Exciting AI Trip Planner

    I built a Streamlit app that can plan trips with attractions and hikes. It works in two modes: offline and AI-powered using OpenAI. It also enforces usage limits to keep costs s...

  • My AI Text to Slide Generator

    This project turns free-form text into a branded slide deck using Streamlit, OpenAI, or an offline rule-based generator, and converts the result into a downloadable PowerPoint u...

python

  • Creating my AI Semiconductor Wafer Defect Classification App

    I once visited a manufacturing floor where large silicon wafers were stacked in clean trays. Each wafer carried a story of precision and fragility. A minor scratch or a faint ri...

  • Building my AI Powered UPSC Mock Exams

    This post walks through every block of code used in my UPSC Mock Test project, file by file. For each file I show the code and explain what it does in plain language. All code b...

  • How I built my AI Rock Paper Scissor Game

    This post explains every part of the attached app.py, block by block, and clarifies how configuration, limits, offline and OpenAI logic, and UI all fit together.

  • My own AI Model for Sentiment Analysis

    Building My IMDb Sentiment Classifier

  • Training my Amazon Review Stars Model

    I built a small, practical project that predicts Amazon review stars from plain text. The idea came after reading a long review that felt like a clear four but saw a two on the ...

  • Creating my AI Tourism Forecasting App

    This post walks through a small forecasting project that I packaged as a simple Streamlit app. I kept it self contained, so it does not reach out to any external APIs or big dat...

  • Creating my AI Powered Emotion Classifier

    I built a emotion classifier which reads text and predicts the emotion label.

  • Strengthening my AI Movie Rating Predictor

    I created a project that predicts a movie rating using a clean dataset and a model. The goal was clarity over flash. Every file in the repository is plain and easy to follow. Th...

  • Creating my AI Book Recommendation Engine

    It began with a simple thought. I had been reading books in different genres, but I often felt lost when I wanted to choose my next read. The world of books is wide and deep, an...

  • My AI Headline Clickbait Detector

    It started with a simple experience while browsing headlines online. I noticed how some headlines grabbed attention with exaggerated words while others felt straightforward. Tha...

  • Creating my AI SMS Sentiment Classifier

    Sometimes daily events spark unexpected ideas. One day I received several promotional and personal text messages back to back. I found myself quickly deciding which ones mattere...

  • Building my AI Spam Email Classifier

    The idea for this project came to me after a personal experience. I once received a strange email that claimed I had won a lottery prize. The subject line promised an urgent rew...

  • Creating my Fake News Detector

    I once stumbled upon an online article that looked reliable at first. The formatting was polished and the headline was striking. Yet as I kept reading, some statements did not a...

  • Building my Insurance Cost Predictor App

    The idea for this project came to me after seeing how unpredictable medical costs can be. I once compared bills from two similar cases and noticed the charges were very differen...

  • Creating my Phone Battery Estimator

    It started from a moment of frustration. While researching phones online, I realized that battery capacity was often hidden in long specification sheets. Many times, the listed ...

  • Enhancing my AI Student Performance Predictor

    It started with a moment of curiosity while looking at a dataset of student records. I wondered if there was a simple way to estimate how students might perform in mathematics i...

  • Building my AI Water Quality Predictor

    It started with a simple thought while pouring a glass of water one late evening. The clarity of the water looked fine, but I wondered what invisible details could be hidden in ...

  • Building my AI IPO Outcome Predictor

    Sometimes inspiration comes from unexpected places. I once found myself reading news articles about companies planning to go public, and I kept wondering which of these would pe...

  • Creating my AI IPL Player Predictor

    There are times when an idea refuses to fade until it finds an outlet. Mine began when I was reading through cricket player statistics late one night. The rows of averages, stri...

  • Creating my AI Automotive Market Clustering

    I once spent hours comparing vehicle prices on different websites. I was curious why some models seemed overpriced while others followed smoother trends. That curiosity turned i...

  • Creating my AI Movie Trends Explorer

    It started with a simple thought during a weekend binge of old films. I wondered how trends in movies evolve with time. Ratings shift, genres rise and fall, and audience attenti...

  • Building my AI Handwritten Digit Classifier

    I list every file that sits in the project. This gives a map before the deep dive. It also helps later when someone checks the same tree on GitHub.

  • Enhancing my AI Text Summarizer

    This project is a web app that summarizes long text. It uses a pretrained model from Hugging Face. It wraps the model with a friendly Gradio interface. I run it locally during d...

  • Creating my own AI Fashion Image Classifier

    I built a Fashion Image Classifier that runs on open datasets and standard tools. The goal was to train a model, package the code, and publish an app.

  • My Virtual AI Powered Tic Tac Toe

    I wrote a small Streamlit app that plays Tic Tac Toe against me. The app has two brains. One brain is an offline minimax engine. The second brain is an OpenAI call that returns ...

  • Creating own AI News Topic Classifier

    I wanted a portfolio project that does not rely on OpenAI’s API. I picked a classic problem that still feels practical for recruiters. I built a topic classifier that reads a sh...

  • Creating my AI Sentiment Analysis App

    The idea first struck me while scrolling through movie reviews late at night. Some comments felt spot on, others were wildly off, and I found myself wishing there were a way to ...

  • Building my own AI Financial Guide

    It started with a simple thought that kept circling in my head: why do everyday financial choices feel so complicated? Deciding whether to tuck money away, invest it, or just sp...

  • Making my AI Journalist

    I wanted a simple tool that drafts news style article ideas quickly. I also wanted guardrails around costs and fair usage for shared use. This post walks through the exact code ...

  • My Exciting AI Trip Planner

    I built a Streamlit app that can plan trips with attractions and hikes. It works in two modes: offline and AI-powered using OpenAI. It also enforces usage limits to keep costs s...

  • My AI Text to Slide Generator

    This project turns free-form text into a branded slide deck using Streamlit, OpenAI, or an offline rule-based generator, and converts the result into a downloadable PowerPoint u...

self-trained

  • Creating my AI Semiconductor Wafer Defect Classification App

    I once visited a manufacturing floor where large silicon wafers were stacked in clean trays. Each wafer carried a story of precision and fragility. A minor scratch or a faint ri...

  • My own AI Model for Sentiment Analysis

    Building My IMDb Sentiment Classifier

  • Training my Amazon Review Stars Model

    I built a small, practical project that predicts Amazon review stars from plain text. The idea came after reading a long review that felt like a clear four but saw a two on the ...

  • Creating my AI Tourism Forecasting App

    This post walks through a small forecasting project that I packaged as a simple Streamlit app. I kept it self contained, so it does not reach out to any external APIs or big dat...

  • Creating my AI Powered Emotion Classifier

    I built a emotion classifier which reads text and predicts the emotion label.

  • Building my Insurance Cost Predictor App

    The idea for this project came to me after seeing how unpredictable medical costs can be. I once compared bills from two similar cases and noticed the charges were very differen...

  • Creating my Phone Battery Estimator

    It started from a moment of frustration. While researching phones online, I realized that battery capacity was often hidden in long specification sheets. Many times, the listed ...

  • Enhancing my AI Student Performance Predictor

    It started with a moment of curiosity while looking at a dataset of student records. I wondered if there was a simple way to estimate how students might perform in mathematics i...

  • Building my AI Water Quality Predictor

    It started with a simple thought while pouring a glass of water one late evening. The clarity of the water looked fine, but I wondered what invisible details could be hidden in ...

  • Building my AI IPO Outcome Predictor

    Sometimes inspiration comes from unexpected places. I once found myself reading news articles about companies planning to go public, and I kept wondering which of these would pe...

  • Creating my AI IPL Player Predictor

    There are times when an idea refuses to fade until it finds an outlet. Mine began when I was reading through cricket player statistics late one night. The rows of averages, stri...

  • Creating my AI Automotive Market Clustering

    I once spent hours comparing vehicle prices on different websites. I was curious why some models seemed overpriced while others followed smoother trends. That curiosity turned i...

  • Creating my AI Movie Trends Explorer

    It started with a simple thought during a weekend binge of old films. I wondered how trends in movies evolve with time. Ratings shift, genres rise and fall, and audience attenti...

  • Building my AI Handwritten Digit Classifier

    I list every file that sits in the project. This gives a map before the deep dive. It also helps later when someone checks the same tree on GitHub.

  • Creating my own AI Fashion Image Classifier

    I built a Fashion Image Classifier that runs on open datasets and standard tools. The goal was to train a model, package the code, and publish an app.

  • Creating own AI News Topic Classifier

    I wanted a portfolio project that does not rely on OpenAI’s API. I picked a classic problem that still feels practical for recruiters. I built a topic classifier that reads a sh...

streamlit

  • Creating my AI Semiconductor Wafer Defect Classification App

    I once visited a manufacturing floor where large silicon wafers were stacked in clean trays. Each wafer carried a story of precision and fragility. A minor scratch or a faint ri...

  • Building my AI Powered UPSC Mock Exams

    This post walks through every block of code used in my UPSC Mock Test project, file by file. For each file I show the code and explain what it does in plain language. All code b...

  • How I built my AI Rock Paper Scissor Game

    This post explains every part of the attached app.py, block by block, and clarifies how configuration, limits, offline and OpenAI logic, and UI all fit together.

  • My own AI Model for Sentiment Analysis

    Building My IMDb Sentiment Classifier

  • Training my Amazon Review Stars Model

    I built a small, practical project that predicts Amazon review stars from plain text. The idea came after reading a long review that felt like a clear four but saw a two on the ...

  • Creating my AI Tourism Forecasting App

    This post walks through a small forecasting project that I packaged as a simple Streamlit app. I kept it self contained, so it does not reach out to any external APIs or big dat...

  • Creating my AI Powered Emotion Classifier

    I built a emotion classifier which reads text and predicts the emotion label.

  • Strengthening my AI Movie Rating Predictor

    I created a project that predicts a movie rating using a clean dataset and a model. The goal was clarity over flash. Every file in the repository is plain and easy to follow. Th...

  • Creating my AI Book Recommendation Engine

    It began with a simple thought. I had been reading books in different genres, but I often felt lost when I wanted to choose my next read. The world of books is wide and deep, an...

  • My AI Headline Clickbait Detector

    It started with a simple experience while browsing headlines online. I noticed how some headlines grabbed attention with exaggerated words while others felt straightforward. Tha...

  • Creating my AI SMS Sentiment Classifier

    Sometimes daily events spark unexpected ideas. One day I received several promotional and personal text messages back to back. I found myself quickly deciding which ones mattere...

  • Building my AI Spam Email Classifier

    The idea for this project came to me after a personal experience. I once received a strange email that claimed I had won a lottery prize. The subject line promised an urgent rew...

  • Creating my Fake News Detector

    I once stumbled upon an online article that looked reliable at first. The formatting was polished and the headline was striking. Yet as I kept reading, some statements did not a...

  • Building my Insurance Cost Predictor App

    The idea for this project came to me after seeing how unpredictable medical costs can be. I once compared bills from two similar cases and noticed the charges were very differen...

  • Creating my Phone Battery Estimator

    It started from a moment of frustration. While researching phones online, I realized that battery capacity was often hidden in long specification sheets. Many times, the listed ...

  • Enhancing my AI Student Performance Predictor

    It started with a moment of curiosity while looking at a dataset of student records. I wondered if there was a simple way to estimate how students might perform in mathematics i...

  • Building my AI Water Quality Predictor

    It started with a simple thought while pouring a glass of water one late evening. The clarity of the water looked fine, but I wondered what invisible details could be hidden in ...

  • Building my AI IPO Outcome Predictor

    Sometimes inspiration comes from unexpected places. I once found myself reading news articles about companies planning to go public, and I kept wondering which of these would pe...

  • Creating my AI IPL Player Predictor

    There are times when an idea refuses to fade until it finds an outlet. Mine began when I was reading through cricket player statistics late one night. The rows of averages, stri...

  • Creating my AI Automotive Market Clustering

    I once spent hours comparing vehicle prices on different websites. I was curious why some models seemed overpriced while others followed smoother trends. That curiosity turned i...

  • Creating my AI Movie Trends Explorer

    It started with a simple thought during a weekend binge of old films. I wondered how trends in movies evolve with time. Ratings shift, genres rise and fall, and audience attenti...

  • Building my AI Handwritten Digit Classifier

    I list every file that sits in the project. This gives a map before the deep dive. It also helps later when someone checks the same tree on GitHub.

  • Enhancing my AI Text Summarizer

    This project is a web app that summarizes long text. It uses a pretrained model from Hugging Face. It wraps the model with a friendly Gradio interface. I run it locally during d...

  • Creating my own AI Fashion Image Classifier

    I built a Fashion Image Classifier that runs on open datasets and standard tools. The goal was to train a model, package the code, and publish an app.

  • My Virtual AI Powered Tic Tac Toe

    I wrote a small Streamlit app that plays Tic Tac Toe against me. The app has two brains. One brain is an offline minimax engine. The second brain is an OpenAI call that returns ...

  • Creating own AI News Topic Classifier

    I wanted a portfolio project that does not rely on OpenAI’s API. I picked a classic problem that still feels practical for recruiters. I built a topic classifier that reads a sh...

  • Creating my AI Sentiment Analysis App

    The idea first struck me while scrolling through movie reviews late at night. Some comments felt spot on, others were wildly off, and I found myself wishing there were a way to ...

  • Building my own AI Financial Guide

    It started with a simple thought that kept circling in my head: why do everyday financial choices feel so complicated? Deciding whether to tuck money away, invest it, or just sp...

  • Making my AI Journalist

    I wanted a simple tool that drafts news style article ideas quickly. I also wanted guardrails around costs and fair usage for shared use. This post walks through the exact code ...

  • My Exciting AI Trip Planner

    I built a Streamlit app that can plan trips with attractions and hikes. It works in two modes: offline and AI-powered using OpenAI. It also enforces usage limits to keep costs s...

  • My AI Text to Slide Generator

    This project turns free-form text into a branded slide deck using Streamlit, OpenAI, or an offline rule-based generator, and converts the result into a downloadable PowerPoint u...