Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View BhargavBJ's full-sized avatar
πŸ‘‘
Conquering
πŸ‘‘
Conquering

Block or report BhargavBJ

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
BhargavBJ/README.md

Hi there πŸ‘‹, I'm Bhargav BJ

πŸ’» AI & ML Enthusiast β€’ πŸš€ Project Builder β€’ 🧠 Deep Learning Explorer β€’ πŸ”¬ ML Researcher


πŸ§‘β€πŸš€ About Me

  • πŸŽ“ Passionate about Artificial Intelligence, Machine Learning, Generative AI Agents, and Computer Vision
  • πŸ›  I love building end-to-end projects β€” from dataset collection and training models to real-world deployment
  • 🌱 Currently exploring LangChain, RAG, and AI agents
  • πŸ“Š Enjoy working with research-backed tools and frameworks β€” especially in healthcare & automation domains
  • ✍️ I write code that learns and think about how to make machines think!

🧠 Featured AI/ML Projects

Here are some of the exciting projects I've been working on:

  • πŸ” Classification-Of-CIFAR10-Dataset
    Trained a deep Convolutional Neural Network (CNN) on the CIFAR-10 dataset, with custom image testing and performance evaluation.

  • 🎨 Custom Image Generator (0–9)
    Built a Conditional GAN (cGAN) from scratch to generate handwritten digits (0–9) using the MNIST dataset. Supports conditional digit generation and GPU-accelerated training with PyTorch Lightning.

  • 🧬 Skin-Cancer Detection
    Developed a CNN-based model for classifying pigmented skin lesions using the HAM10000 dataset. Useful for exploring medical AI and computer vision applications in healthcare.

  • πŸ‘οΈ Eye Disease Classification
    Built a deep learning model to classify various eye diseases from retinal images. Helps in early detection and research for ophthalmology applications.

  • 🐍 Snake Game
    Classic Snake game implemented in HTML, CSS, and JavaScript. Includes score tracking and responsive controls.

  • πŸ“š LeetCode & DSA Solutions
    Curated collection of algorithm and data structure solutions for problem-solving practice, implemented in Python.

  • 🧬 Coming Soon: Medical AI Assistant
    Building a LangChain + Groq API-based assistant for personalized healthcare management.
    (Features: patient data, reminders, recovery tracking, emergency alerting)

  • πŸ“š Research-focused AI Agents
    Reinforcement-learning agent for real-world task planning and dataset integration.


🎯 Current Focus

πŸ₯ Agentic AI

Exploring LangChain, Poetry, LLM agents, RAG (Retrieval-Augmented Generation), Vector Databases, Chroma, LangGraph, Groq APIs, Gemini-powered agents, AI assistants, and other agentic AI technologies for building intelligent, autonomous systems in healthcare, automation, and real-world applications.

πŸ“ˆ Learning & Exploration

Diving deeper into Deep Learning frameworks like PyTorch, Scikit-learn, and Keras to strengthen AI/ML project development and research.


πŸš€ Tech Stack & Tools

Languages    : C, C++, Java, Python, SQL, Bash, Shell Scripts in Linux
Frameworks   : PyTorch, TensorFlow, FastAPI, Flask
AI/ML        : LangChain, PyTorch, Transformers, CNNs, Regression Models, Vector DBs
Tools        : Git, Docker, Google Colab, Jupyter, Vercel, Cassandra

Pinned Loading

  1. LEET-CODE LEET-CODE Public

    πŸ“š A curated collection of LeetCode and DSA problems with clean, beginner-friendly solutions. Topics include arrays, linked lists, trees, stacks, and more β€” perfect for interview prep and strengthen…

    Python 1 1

  2. Literature-Review-Using-Langchain Literature-Review-Using-Langchain Public

    🧠 Automate literature reviews using LangChain and Google's Generative AI. This project fetches papers via the Papers with Code API, extracts content from PDFs, and generates concise summaries to st…

    Python 1

  3. MNIST MNIST Public

    This repository demonstrates a simple and effective implementation of a Convolutional Neural Network (CNN) using PyTorch to classify handwritten digits from the MNIST dataset. The project is beginn…

    Jupyter Notebook