Explore my complete portfolio of AI and machine learning projects, from trading bots to computer vision systems.

Risk assessment based on age, job, housing, and financial factors. Models used: Logistic Regression, Decision Tree, Random Forest. Feature engineering: Credit risk score, monthly debt estimate, age group.Interactive Power BI dashboard with slicers, charts, and KPIs

Uses the official Groq client: groq. Uses Gradio for the UI: gradio. Requires an environment variable: GROQ_API_KEY. Calls model: llama-3.1-8b-instant. Basic error handling for Groq errors and empty prompts. Launches a Gradio interface with default settings (iface.launch())

A business intelligence dashboard created using Power BI to visualize and analyze the performance of a Sugar Mill — covering production, inventory, sales, and financial KPIs.

A mentorship project simulating a smart city environment where traffic congestion is predicted based on factors like weather, accidents, traffic volume, and time. Includes data engineering, exploratory analysis, predictive modeling, and visualization with Matplotlib/Seaborn.

A Flask-based chatbot that uses Sentence Transformers for semantic similarity matching to answer frequently asked questions about Superior University. The chatbot loads questions and answers from a JSON knowledge base and finds the most similar match using cosine similarity. It includes a responsive web UI built with HTML, CSS, and JavaScript.

A Python-based application that utilizes YOLOv8 for real-time object detection in video streams. It primarily focuses on detecting human falls by analyzing bounding boxes, aspect ratios, velocity, and angle changes. The system processes input videos and outputs annotated results with visual bounding boxes and "Fall Detected" alerts, making it suitable for surveillance, elderly care, and security applications.