A lightweight, local Retrieval-Augmented Generation (RAG) system for domain-specific Q&A over financial documents. Uses pdfplumber for PDF parsing, sentence-transformers for dense retrieval, and optionally connects to local LLMs (e.g., Ollama + Mistral). Runs on FastAPI with a custom frontend.
WeatherPredictionAPI : A full-stack machine learning system that predicts temperature using historical and real-time weather data. The project includes data collection, feature engineering, model training, API deployment with FastAPI, Docker containerization, logging, CI/CD integration, and a responsive web UI.