Skip to content
View mihirgupte's full-sized avatar

Block or report mihirgupte

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

Hi there, I'm Mihir Gupte 👋


🔬 Research Focus & Publications


💼 Work & Open Source Policy

Most of my codebase is developed within private enterprise environments (including work with engineering teams at General Motors).

  • Note on Public Repos: My GitHub activity does not reflect my daily output, as the majority of my work involves proprietary industrial work.
  • Open Research: While the core implementation code is private, I am committed to publishing the methodologies, benchmarks (like GM-Extract), and theoretical findings via ArXiv and research conferences.

🛠️ Technical Domain

  • Research Interests: LLM Evaluation, Neuro-symbolic AI, Retrieval Augmented Generation (RAG), Formal Verification.
  • Expertise: Long-context optimization, hierarchical data structures, and automated truth-verification pipelines.
  • Stack: Python, PyTorch, Hugging Face, LangChain, Vector Databases (Milvus/Pinecone/Weaviate).

📫 Let's Connect

Popular repositories Loading

  1. subnetting subnetting Public

    this program is used for subnetting a given block of ip. in this you can enter how many subnets you want and it will give you them appropriately. moreover it will also print the first and last ip a…

    Python 1

  2. Mouse-Driver-KMDF Mouse-Driver-KMDF Public

    A mouse driver which connects to your mouse on the kernel level and displays the input of your button.

    C 1 1

  3. disaster-management-nlp disaster-management-nlp Public

    Predicting probability of disasters using NLP techniques using tweets. Repo includes training script and API script as well.

    Python 1

  4. movie-review-using-sentiment-analysis movie-review-using-sentiment-analysis Public

    Java

  5. booth-algorithm booth-algorithm Public

    this is a program in which you enter two numbers and it gives the entire table with most of the steps as is done by Booth algorithm

    Python

  6. suitable-path-transmission-network suitable-path-transmission-network Public

    this program is for distance vector algorithm to find suitable path for transmission on a network. you have to enter the no. of nodes and the distance between each node. if a path between nodes doe…

    C++