Skip to content
View sriram2403's full-sized avatar

Block or report sriram2403

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.

Content in all repositories owned by your account will be closed.
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

Popular repositories Loading

  1. nutrition-monitoring-system nutrition-monitoring-systemPublic

    Python

  2. global-market-food-prices global-market-food-pricesPublic

    Exploratory data analysis and Random Forest regression on WFP global food price data to uncover pricing trends and predict market prices across countries.

    Jupyter Notebook

  3. sms-spam-detection sms-spam-detectionPublic

    NLP-based SMS spam classifier using TF-IDF vectorization with Naive Bayes and SVM models to distinguish spam from legitimate messages.

    Jupyter Notebook

  4. student-graduation-prediction student-graduation-predictionPublic

    Predicts undergraduate student graduation outcomes using Random Forest, XGBoost, and Logistic Regression with SHAP interpretability and Sankey diagrams to identify at-risk students early.

    Jupyter Notebook

  5. rag-eval-suite rag-eval-suitePublic

    RAG evaluation framework with a React dashboard — benchmark pipelines, upload documents, ask questions, and score answers using 7 metrics powered by Groq (Llama 3) and Supabase vector search.

    Python

  6. tiered-nlp-router tiered-nlp-routerPublic

    Routes NLP queries through classical rules, small local models, and a dual-indexed knowledge cache before falling back to a full LLM. Each tier only escalates when it lacks confidence, meaning most…

    Python