Final-year Computer Science and Engineering student at Vellore Institute of Technology, AP. Passionate about Deep Learning, AI trends, and building large language models (LLMs). My interests extend beyond tech into space exploration and aviation.
02. Experience
AI/ML Engineer Intern
Truviz AI
2024 October — Present
Building End to End AI Agentic based Hiring Platform
Working on Job search for Job seekers using AI agents
Implementing advanced ML algorithms for candidate matching
Undergraduate Research Fellow
AIR CENTER VITAP
2024 April - Present
Worked on development of India's own Legal Domain LLM models
Conducted research on Video Generation technologies
Contributing to cutting-edge AI research projects
ML Project Intern
InTrain Tech
2023 October - 2023 December
Developed a real-estate price prediction model using ML regression techniques
Built an NLP Assistant chatbot for an Edu-tech company to handle website visitor queries
Implemented and deployed machine learning solutions for production use
03. Education
BTech in Computer Science and Engineering
VIT AP University
2021 — 2025
Specialization: AI and ML
04. Projects
PagePod - Multi-Agent Web content Podcast generator
This project uses a multi-agent framework to automatically generate podcasts from website content. It leverages the power of AI to scrape web content, refine it, create a script, and convert it to speech.
Python LangChain Autogen GPT-4
Stock Insight Agentic Framework with Autogen
This is a multi-agent system that uses LLM's to analyze financial data, review market news, and predict company stock performance. Built with the autogen library, it coordinates multiple agents, each assigned a specific role in processing financial information and making predictions
Python Autogen LLMs Financial APIs
AI Voice Over and Script Generator for Youtube
This project is a Streamlit application that uses various LLM models to generate YouTube scripts and voiceovers. It aims to assist content creators in producing high-quality YouTube videos with minimal effort.
Python Streamlit LLMs TTS
Gemma Model Finetuning Using Lora
Finetuned Google's Open source Gemma 2b model on Indian history domain using Lora technique , huggingface transformers library
Python PyTorch Transformers LoRA
Web Page ChatBot using Llama index
Web Page Q&A Chatbot is a Streamlit web application designed to interactively answer questions based on web page data. The chatbot uses LLMS such as Hugging Face, Gemini or OpenAI to provide accurate and context-aware responses.
Python Streamlit LlamaIndex LLMs
Gemini-File with Llama-Index
Gemini-File is a Streamlit web application that allows users to upload PDF files, index their contents using the Gemini search engine from the Llama-Index library, and query the documents.
Python Streamlit LlamaIndex Gemini
Face Emotion Detection using CNN
A project involving training a Convolutional Neural Network (CNN) for facial expression recognition.
Python CNN Deep Learning Computer Vision
Boston Housing Price Prediction
A machine learning project for predicting median housing costs in different areas of Boston.
Python ML Regression Data Analysis
Fruits/Veggies Classification with InceptionV3
A project that uses a fine tuned InceptionV3 model to identify vegetables or fruits in uploaded images also provide nutrition info using Google PaLM API