Skip to content
View nbisoyi3024's full-sized avatar
  • mississauga

Block or report nbisoyi3024

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

πŸ‘‹ Hi, I am Niharika Bisoyi

AI Engineer building production-deployed Generative AI and Machine Learning systems.

Currently looking for entry-level AI/ML/GenAI Engineer roles in Toronto/GTA Ask me about LangChain, RAG, multi-agent systems, FastAPI, or ML pipelines Reach me: niharikabisoyi28@gmail.com


Live Projects β€” Try Them Now

Project Live Demo
AI Customer Review Intelligence System Open Live API β†’
AI Travel Planner (Multi-Agent) Open Live App β†’

What I Build

  • Generative AI systems β€” RAG pipelines, multi-agent workflows (LangChain & LangGraph), LLM-powered apps
  • Machine Learning pipelines β€” end-to-end, from data cleaning to deployment
  • Production backends β€” FastAPI + MongoDB, with logging, error handling, and automated tests
  • Cloud deployment β€” Render and Google Cloud Platform (Cloud Run, Cloud Storage)

Skills & Tools

Languages: Python, SQL

Generative AI: LangChain, LangGraph, RAG, OpenAI API, ChromaDB, embeddings, prompt engineering, multi-agent systems

Machine Learning: Scikit-learn, LightGBM, CatBoost, SMOTE, feature engineering, hyperparameter tuning

Backend & Data: FastAPI, MongoDB, Pandas, NumPy, Pydantic, Loguru, pytest

Cloud & DevOps: Google Cloud Platform (Cloud Run, Cloud Storage), Render, Git, GitHub

Visualization: Streamlit, Matplotlib, Seaborn


Featured Projects

AI Customer Review Intelligence System

Live API that analyzes customer reviews in real time using AI

Send any review β†’ get back sentiment, a summary, key issues, and recommendations β€” instantly. Built with FastAPI, OpenAI, MongoDB, and ChromaDB for semantic search (finds reviews by meaning, not just keywords). Deployed live with automated tests and structured logging.

Live Demo Β· Code


AI Travel Planner (Multi-Agent System)

An AI travel assistant powered by 4 specialized agents

Ask it to plan a trip, find places, or recommend activities β€” a multi-agent system built with LangGraph routes each request to the right specialist agent. Combines real-time Google Places data with an AI knowledge base (RAG). Deployed on Google Cloud Run.

Live Demo Β· Code


Interview Prep Chatbot

An AI that runs mock interviews and gives feedback

Generates relevant interview questions from a knowledge base, asks adaptive follow-ups based on your answers, and scores responses for accuracy and depth. Built with LangChain, OpenAI/Mistral, and ChromaDB.


Customer Churn Prediction

Predicting which customers are about to leave

Improved recall from 49% to 75% by identifying and fixing a class imbalance problem (80:20 split) using SMOTE and tuning an SVM model β€” meaning the model now catches far more at-risk customers, directly reducing lost revenue. Benchmarked against 4 models. Deployed with Streamlit.


Used Car Price Prediction

Estimating resale prices from car details

Achieved 83% RΒ² using LightGBM after cleaning messy data β€” fixing extreme price outliers, missing values, and a highly skewed target variable. Trained model now loads from Google Cloud Storage at runtime. Deployed with Streamlit.

Code


What I'm Working On Next

  • Adding streaming responses and automated LLM evaluation (RAGAS) to my GenAI projects
  • Expanding cloud skills with BigQuery and Vertex AI
  • Applying CI/CD and model versioning practices across all projects

Connect With Me

Popular repositories Loading

  1. nbisoyi3024 nbisoyi3024 Public

    Config files for my GitHub profile.

  2. vscode-remote-try-python vscode-remote-try-python Public template

    Forked from microsoft/vscode-remote-try-python

    Python sample project for trying out Dev Containers

    Python

  3. customer-churn-prediction customer-churn-prediction Public

    End-to-end ML pipeline for customer churn prediction featuring data preprocessing, feature engineering, model training, evaluation, and business-focused churn analysis

    Jupyter Notebook

  4. Used_Car_Price_Prediction Used_Car_Price_Prediction Public

    Used car price prediction system using machine learning to estimate fair market value based on vehicle features and historical data.

    Jupyter Notebook

  5. ai-customer-review-intelligence-system ai-customer-review-intelligence-system Public

    End-to-end GenAI system for customer review analysis β€” FastAPI + OpenAI + ChromaDB + MongoDB. Live at onrender.com

    Python

  6. AI-Travel-Planner AI-Travel-Planner Public

    End-to-end GenAI system for Travel planning β€” OpenAI + ChromaDB + SQLite

    Python