This repository contains multiple small projects built during my B.Tech CSE (AIML) at SRMIST Delhi NCR Campus (2023–2026).
-
AI Chatbot (rule-based) – Terminal chatbot with pattern-based replies, help menu, movie suggestions, coding tips, and an attendance calculator.
Folder:AI-Chatbot -
Movie Recommendation System – Mood + genre + language–based recommender using a small curated movie catalogue and rating-based ranking.
Folder:Movie-Recommendation-System -
Snake Game (Pygame) – Classic snake game with grid movement, food spawning, score tracking, and collision detection.
Folder:Snake-Game -
Calculator (Tkinter) – Desktop calculator GUI with +, –, ×, ÷, %, square root, clear and delete operations.
Folder:Calculator -
AI Prompt Optimizer – Command-line tool that scores and improves AI prompts by adding role, format and clarity hints.
Folder:AI-Prompt-Optimizer
cd AI-Chatbot python3 -m pip install -r requirements.txt # first time only python3 chatbot.py
text
Each project folder will have its own README with detailed features, commands, and example outputs.
More projects (computer vision, face detection, portfolio website, etc.) will be added over time