Rishi delivered an excellent AI-based solution with impressive understanding of LLM and database integration. He was very professional and responsive throughout the project, and the PDF chatbot he built saved us a significant amount of time. His communication was clear, and he demonstrated strong technical skills in AI, RAG, and SQL integration. The project was delivered on time with high-quality results, exceeding our expectations. He is a highly reliable and skilled developer, and we would definitely work with him again

Rishiraj

Rishi delivered an excellent AI-based solution with impressive understanding of LLM and database integration. He was very professional and responsive throughout the project, and the PDF chatbot he built saved us a significant amount of time. His communication was clear, and he demonstrated strong technical skills in AI, RAG, and SQL integration. The project was delivered on time with high-quality results, exceeding our expectations. He is a highly reliable and skilled developer, and we would definitely work with him again

Available to hire

Rishi delivered an excellent AI-based solution with impressive understanding of LLM and database integration. He was very professional and responsive throughout the project, and the PDF chatbot he built saved us a significant amount of time. His communication was clear, and he demonstrated strong technical skills in AI, RAG, and SQL integration. The project was delivered on time with high-quality results, exceeding our expectations. He is a highly reliable and skilled developer, and we would definitely work with him again

See more

Language

English
Advanced
Hindi
Fluent

Work Experience

Data Analyst at TELUS International
July 1, 2025 - Present
Worked on 3D Human Tracking (3DHT) data for machine learning applications. Annotated 3D keypoints, skeletons, and trajectories using depth and multi-camera data.
Data Scientist Intern at Petpooja
August 1, 2024 - June 1, 2025
Developed retrieval-based QA systems using LLMs, improving customer query resolution speed. Optimized prompt engineering workflows for chatbot accuracy and image-based model performance. Assisted in integrating AI chatbots with food-tech support infrastructure.

Education

B.Tech in Computer Science - AI (CSE-PIT) at Parul University
January 1, 2021 - January 1, 2025
B.Tech in Computer Science - AI (CSE Specialization) at Parul University
January 1, 2021 - January 1, 2025

Qualifications

Oracle Generative AI Certification
January 11, 2030 - April 14, 2026
Coca-Cola Disrupt Season 3 Regional Finalist
January 11, 2030 - April 14, 2026
Regional Finalist, Coca-Cola Disrupt Season 5
January 1, 2024 - April 14, 2026
Regional Finalist, Coca-Cola Disrupt Season 3
January 1, 2023 - April 14, 2026
Oracle Generative AI Certification
January 1, 2024 - April 14, 2026
End-to-End Text-to-SQL LLM Application
March 1, 2026 - March 1, 2026
TVS Regional Finalist 2023
January 1, 2023 - April 14, 2026

Industry Experience

Software & Internet, Professional Services, Education
    paper Multiple PDF LLM Chatbot

    I built a Multiple PDF LLM Chatbot that allows users to upload multiple PDF documents and ask questions in natural language. The system reads all the PDFs, extracts the text, and splits it into smaller chunks. These chunks are converted into embeddings and stored in a vector database. When a user asks a question, the system uses a retrieval technique (RAG) to find the most relevant parts from the PDFs and then passes that information to a Large Language Model to generate a clear and accurate answer. This helps users quickly get insights from large documents without reading them manually.

    paper Text-to-SQL AI system

    SQL + LLM project is an AI-based system that allows users to interact with a database using simple English instead of writing SQL queries. When a user asks a question, the LLM (Large Language Model) understands the request and converts it into a SQL query, which is then executed on the database to fetch the required data. The result is displayed back to the user in an easy-to-understand format. In the advanced version of the project, you added features like chat memory so the system can remember previous questions, RAG to improve understanding of the database structure, automatic error handling to fix incorrect queries, and data visualization to present results clearly. Overall, it acts like a smart AI assistant that makes working with databases faster and easier.