Skip to content
View sagartv's full-sized avatar
Block or Report

Block or report sagartv

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned

  1. diabetes_risk_predictor diabetes_risk_predictor Public

    A FLASK-based web application that predicts the risk of diabetes based on the answers to a questionnaire. The app currently uses an XGBoost (Extreme Gradient Boosted Model) model trained on a Kaggl…

    Jupyter Notebook

  2. diarization_sentiment_analysis diarization_sentiment_analysis Public

    A FLASK app that takes in an audio file and performs sentiment analysis on each speaker.

    Python

  3. llm_doc_chatbot llm_doc_chatbot Public

    RAG-based Streamlit app that uses Langchain, OpenAI Embeddings, GPT, and Pinecone Vector Database to answer questions about a user-provided document

    Python 1

  4. careers_page_v2 careers_page_v2 Public

    Connecting a FLASK webpage with MySQL Database to create a dynamic data-driven web application.

    HTML

  5. gpt_sentiment_analysis gpt_sentiment_analysis Public

    A StreamLit app that uses OpenAI API to mine sentiment from a text. The sentiment is chosen from a user-specified list of sentiments.

    Python

  6. llm_from_scratch llm_from_scratch Public

    A Mini-GPT built using PyTorch, using decoder blocks with CUDA/GPU parallelized Multi-Head Attention

    Jupyter Notebook