← Back to Home
Poster image for work summary for ai-ml projects
Poster image for work summary for ai-ml projects

Work summary for AI-Ml Projects

A brief summary of my work:

Employee Productivity Prediction System

This AI-powered system predicts employee productivity trends across projects and months, based on 14 years of time log data. It was designed to assist businesses in strategic planning by providing insights into employee performance and project efficiency. I led the development of this predictive system, which involved simulating 9 lakh+ data points for 200 employees working on 50 different projects. We used time-series models like Linear Regression, SARIMAX, Prophet, and LSTM, as well as a hybrid LSTM + Prophet architecture for more accurate future predictions. Additionally, I implemented interactive data visualizations to clearly communicate the results to non-technical stakeholders.

Tech Stack:

Role: Project Lead


Natural Language to SQL Forecasting Assistant

This system converts natural language queries into executable SQL queries for time tracking and forecasting applications. I developed this solution using a fine-tuned T5 transformer model, which was trained on over 100 prompt-to-SQL mappings to interface with a PostgreSQL database containing time logs, project metadata, and forecast tables. The system enables the user to query the database in plain English, supports complex SQL features like cross-table joins, aggregations, and time-based analysis, and provides predictive answers based on ML-generated forecast data.

Tech Stack:

Role: Full Stack Developer


Multilingual FAQ Retrieval Chatbot using RAG

This multilingual FAQ retrieval system is designed to answer user questions in both English and Japanese by leveraging a Retrieval-Augmented Generation (RAG) approach. The system processes FAQ PDFs by chunking the content, indexing it with multilingual embeddings, and retrieving relevant sections for answering queries. I integrated Groq’s LLaMA 3.3 70B model for high-quality, context-sensitive responses and implemented a feedback loop to allow users to interactively ask questions. The system supports both languages, ensuring answers are given in the appropriate language, and uses advanced filtering to improve query relevance.

Tech Stack:

Role: AI/ML Developer