- π Currently working on Agentic AI & RAG Systems
- π± Learning LLMs, LangGraph, Multi-Agent Systems
- π» AI/ML Engineering Intern
- π§ Interested in Production AI Systems
- β‘ Goal: Become a world-class AI Engineer
High-performance Retrieval-Augmented Generation (RAG) pipeline focused on fast semantic retrieval and efficient LLM responses.
- Semantic search pipeline
- Vector database integration
- Fast embedding generation
- Modular RAG architecture
- Optimized retrieval workflow
Python FastRAG ChromaDB FastEmbed LLMs
π Repo: https://github.com/Bhargav263/FlashRAG
Content-based movie recommendation engine using NLP and cosine similarity.
- Similar movie recommendations
- NLP-based matching
- Streamlit UI
Python Pandas Scikit-learn Streamlit
π Repo: https://github.com/Bhargav263/Movie-Recommendation-System
Deep learning text generation model using sequence prediction with LSTM architecture.
- Sequential text generation
- Deep learning workflow
- Neural language modeling
TensorFlow Keras Deep Learning
π Repo: https://github.com/Bhargav263/LSTMTextGen
Machine learning system for predicting rainfall using historical weather data.
- Feature engineering
- Data preprocessing
- Predictive ML model
Python Scikit-learn Pandas
π Repo: https://github.com/Bhargav263/Rain-Prediction
- Agentic AI
- RAG Pipelines
- LangGraph
- Vector Databases
- LLM Fine-Tuning
- AI System Design
- FastAPI Backend Development
class Bhargav:
def __init__(self):
self.role = "AI Engineer"
self.focus = [
"LLMs",
"RAG Systems",
"Agentic AI",
"Production AI"
]
def build(self):
return "AI systems that solve real-world problems"