Skip to content
View Innovatewithapple's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Innovatewithapple

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

Mihir

AI/ML Engineer

Building AI applications with Machine Learning, Transformers and Multi-Agent Architectures.

Python · PyTorch · Transformers · LangGraph


About

AI/ML Engineer by passion 🤖 and an iOS Developer by experience 📱

After spending more than six years building iOS applications with Swift, I shifted my focus to Artificial Intelligence and Machine Learning. Today, I'm interested in designing AI applications that combine machine learning research with practical software engineering.

My current areas of interest include Large Language Models, Information Retrieval, Multi-Agent Systems, Natural Language Processing and Deep Learning.


Current Focus

  • Large Language Models (LLMs)
  • Multi-Agent AI Systems
  • Retrieval-Augmented Generation (RAG)
  • Dense Retrieval
  • Information Retrieval
  • Natural Language Processing
  • Deep Learning
  • MLOps

Selected Work

An AI-powered recruitment application that extracts structured resume information using parallel AI agents and performs semantic Resume ↔ Job Description matching.

Built with

Python · LangGraph · FastAPI · Transformers · Docker


Fine-tuned a BERT-based Dense Retriever on the MS MARCO dataset and evaluated its retrieval performance across multiple BEIR benchmark datasets.

Highlights

  • Fine-tuned on MS MARCO
  • Evaluated on BEIR benchmarks
  • Dense Retrieval
  • Semantic Search

A multi-agent AI application that combines player statistics, match information and football news to generate comprehensive match analysis.

Built with

LangGraph · FastAPI · Groq · NVIDIA API · Docker


A Retrieval-Augmented Generation (RAG) application using semantic chunking, FAISS vector search, reranking and LLM-powered question answering.


Technologies

Artificial Intelligence

  • Python
  • PyTorch
  • Transformers
  • LangGraph
  • LangChain
  • Sentence Transformers
  • Hugging Face
  • FAISS
  • Scikit-learn
  • Pandas
  • NumPy

Backend

  • FastAPI
  • REST APIs
  • Docker
  • Git
  • GitHub

Mobile Development

  • Swift
  • UIKit
  • AVFoundation
  • Core Data
  • Firebase
  • MVVM

Elsewhere


"Building intelligent software through machine learning and thoughtful engineering."

Pinned Loading

  1. convnextv2-intel-scenes convnextv2-intel-scenes Public

    Scene classification using ConvNeXtV2 and transfer learning in PyTorch on the Intel Image Classification dataset.

    Jupyter Notebook

  2. iOSMegnetometer iOSMegnetometer Public

    This iOS package provides all functionality of magnetometer.

    Swift 1

  3. MVVMGithub MVVMGithub Public

    Using GitHub APIs for MVVM architecture understanding.

    Swift

  4. UiImage Extension for different imag... UiImage Extension for different image conversions
    1
    extension UIImage {
    2
        
    3
        /// Convert UIImage into Black & White
    4
        var noir: UIImage? {
    5
            let context = CIContext(options: nil)