Image Captioner — Misa
Three AI projects in one: a DeepSeek-powered chatbot, an unbeatable Tic-Tac-Toe AI, and a BLIP-based image caption generator.

Overview
Three AI mini-projects bundled into one, built during the MISA program — each exploring a different corner of applied AI: a conversational chatbot, a game-playing agent, and a vision-language captioner.
What I Built
1. DeepSeek-powered chatbot — a conversational assistant built on the DeepSeek R1 model.
2. Unbeatable Tic-Tac-Toe AI — a game agent using the Minimax algorithm; it never loses.
3. BLIP image caption generator — a vision-language model (BLIP via Hugging Face) that generates natural-language descriptions of uploaded images.
Tech Stack
AI / ML: BLIP, Hugging Face Transformers, DeepSeek R1
Algorithms: Minimax (game AI)
Languages: Python, JavaScript
Why It Matters
A compact tour of three AI paradigms — LLM chat, classical game-search, and multimodal vision-language — implemented end to end.