Skip to content
View Bhargav263's full-sized avatar

Highlights

  • Pro

Block or report Bhargav263

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Bhargav263/README.md

Hi πŸ‘‹, I'm Bhargav Paneliya

πŸš€ AI Engineer | LLMs | Agentic AI | RAG Systems | Python Developer

Typing SVG

πŸ’« About Me

  • πŸ”­ 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

🌐 Connect With Me


πŸ›  Tech Stack

πŸ‘¨β€πŸ’» Languages

πŸ€– AI / ML

πŸ—„ Databases & Tools


πŸš€ Featured Projects

⚑ FlashRAG

High-performance Retrieval-Augmented Generation (RAG) pipeline focused on fast semantic retrieval and efficient LLM responses.

Features

  • Semantic search pipeline
  • Vector database integration
  • Fast embedding generation
  • Modular RAG architecture
  • Optimized retrieval workflow

Tech Used

Python FastRAG ChromaDB FastEmbed LLMs

πŸ”— Repo: https://github.com/Bhargav263/FlashRAG


🎬 Movie Recommendation System

Content-based movie recommendation engine using NLP and cosine similarity.

Features

  • Similar movie recommendations
  • NLP-based matching
  • Streamlit UI

Tech Used

Python Pandas Scikit-learn Streamlit

πŸ”— Repo: https://github.com/Bhargav263/Movie-Recommendation-System


🧠 LSTM Text Generation

Deep learning text generation model using sequence prediction with LSTM architecture.

Features

  • Sequential text generation
  • Deep learning workflow
  • Neural language modeling

Tech Used

TensorFlow Keras Deep Learning

πŸ”— Repo: https://github.com/Bhargav263/LSTMTextGen


🌧 Rain Prediction System

Machine learning system for predicting rainfall using historical weather data.

Features

  • Feature engineering
  • Data preprocessing
  • Predictive ML model

Tech Used

Python Scikit-learn Pandas

πŸ”— Repo: https://github.com/Bhargav263/Rain-Prediction

πŸ“š Currently Learning

  • Agentic AI
  • RAG Pipelines
  • LangGraph
  • Vector Databases
  • LLM Fine-Tuning
  • AI System Design
  • FastAPI Backend Development

πŸ“Š GitHub Stats


πŸ† GitHub Trophies


πŸ“ˆ Contribution Graph

Bhargav's github activity graph


πŸ’‘ AI Engineering Philosophy

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"

πŸ”₯ Profile Views

Bhargav263


πŸš€ "Building Intelligent Systems One Model at a Time"

Popular repositories Loading

  1. Bhargav263 Bhargav263 Public

    3

  2. FlashRAG FlashRAG Public

    A highly scalable and optimized RAG-powered AI Sales Agent. Features dynamic document chunking, real-time token streaming, and a high-performance ensemble retriever (Dense + Sparse) with Opik obser…

    CSS 3

  3. Rain-Prediction Rain-Prediction Public

    Jupyter Notebook 2

  4. Churn-Rate-Prediction Churn-Rate-Prediction Public

    Jupyter Notebook 2

  5. LSTMTextGen LSTMTextGen Public

    A character-level word generator using LSTM, trained on tokenized text sequences. Utilizes embedding, LSTM, and softmax layers to predict the next character and generate words.

    Jupyter Notebook 2

  6. Movie-recommendation-system Movie-recommendation-system Public

    A content-based movie recommendation system built using Python, Streamlit, and TMDB Dataset. It helps users discover similar movies based on their preferences by analyzing movie similarity scores.

    Jupyter Notebook 2