Skip to content
View nithinrbharadwaj's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
  • 20:45 (UTC +05:30)

Block or report nithinrbharadwaj

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
nithinrbharadwaj/README.md

๐Ÿ‘‹ Hi, I'm Nithin R Bharadwaj

๐Ÿš€ Passionate about building scalable AI systems, data-driven applications, and real-world problem-solving solutions.


๐Ÿง  About Me

  • ๐Ÿ’ก Interested in Machine Learning, Deep Learning & AI Systems
  • โš™๏ธ Strong focus on end-to-end system design
  • ๐Ÿ“Š Love working on data-driven applications
  • ๐ŸŒฑ Currently exploring LLMs, Distributed Systems & Cloud

๐Ÿ› ๏ธ Tech Stack

Languages

  • Python
  • JavaScript

Frameworks & Tools

  • Scikit-learn
  • Pandas, NumPy, PostgreSQL, Docker

AI / ML

  • Machine Learning (Regression, Random Forest, XGBoost)
  • Deep Learning (LSTM, Neural Networks)
  • NLP & Sentiment Analysis
  • Recommendation Systems
  • RAG (Retrieval-Augmented Generation)

๐Ÿ“‚ Featured Projects

๐Ÿ”น Hybrid Churn Prediction System

  • Combines ML + DL (LSTM) models
  • Uses SHAP for explainability
  • Focus on real-world production readiness

๐Ÿ”น Recommendation Engine

  • Modular architecture:
    • Candidate Generator
    • Similarity Calculator
    • Ranking System
  • Supports collaborative & content-based filtering

๐Ÿ”น Complete Recommendation System with API

  • Flask-based microservice
  • Real-time feedback loop
  • SQLite + caching for performance

๐Ÿ”น Semantic Code Fusion

  • AI-powered multi-language code understanding system
  • Uses LLM pipeline for semantic merging
  • Supports Python, JavaScript, Java, Go

๐Ÿ”น Multi-Source Feedback Intelligence System

  • Collects data from app stores
  • Performs sentiment analysis
  • Detects bugs & feature requests automatically

๐Ÿ”น Content Recycler (RAG-based)

  • Retrieves old content using vector DB
  • Rewrites content using LLM
  • Evaluates using BLEU scoring

๐Ÿ”น Intelligent Resume Analyzer

  • Parses and analyzes resumes
  • Extracts key insights for hiring decisions

๐Ÿ“ซ Connect With Me


โญ If you like my work

Give a โญ to the repositories and feel free to collaborate!


Pinned Loading

  1. Complete-Recommendation-System-with-API Complete-Recommendation-System-with-API Public

    Production-ready recommendation system microservice with Flask REST API, SQLite database, in-memory caching, and real-time feedback loop. Built with collaborative filtering, content-based, and hybrโ€ฆ

    Python

  2. Hybrid-Churn-Prediction-System Hybrid-Churn-Prediction-System Public

    A production-ready customer churn prediction system combining Traditional ML (Logistic Regression, Random Forest, XGBoost), Deep Learning (Bidirectional LSTM), and Hybrid models with SHAP explainabโ€ฆ

    Python 2

  3. intelligent-resume-analyzer intelligent-resume-analyzer Public

    python project that analyzes resume

    Python

  4. Semantic-Code-Fusion Semantic-Code-Fusion Public

    An AI-powered system that semantically merges code across multiple programming languages (Python, JavaScript, Java, Go) using a 6-agent LLM pipeline powered by Groq (LLaMA-3.3-70b). The system analโ€ฆ

    Python