Skip to content
Ankit Jaiswal

Projects

A few things I’ve built. Everything here is on GitHub.

SmartReview

A full-stack product review platform with sentiment analysis, fake review detection, and semantic search. FastAPI and Python on the backend, React on the front, Docker for the whole thing. Built partly as a testbed for modern test automation practices — it’s the project where I get to be both the developer and the person who has to test it.

Source →

Alan — AI terminal assistant

Turns natural language into safe, executable shell commands — alan please list directory files becomes ls. It runs locally against Ollama by default and falls back to OpenRouter, OpenAI or Anthropic when an API key is set. Refuses obviously dangerous commands, confirms before executing, and learns from which suggestions you accept or reject. alan fix takes your last failed command and its error output and proposes a correction.

Source →

Reinforcement Learning Dino Game

An RL agent that learns to play the Chrome offline dinosaur game. A small project, mostly an excuse to get hands-on with reward shaping.

Source →

A browser extension that prints every attachment in a Gmail thread in one go, instead of opening them one at a time.

Source →

Rating App

A small rating application, deployed and live.

Live → · Source →

NeetCode submissions

My worked solutions to NeetCode problems, in Python. Kept public mostly to keep myself honest about practising.

Source →