Skip to content
View ajitashwath's full-sized avatar
:shipit:
idk bruh
:shipit:
idk bruh

Organizations

@Kartavya-AI

Block or report ajitashwath

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

i build.

mostly backend systems and applied ai & ml infrastructure. the kind of stuff that runs in the background and either works or takes everything down with it.

project what it does
callmind voice agent platform that handles phone calls end-to-end, routes across llms, transcribes in real time
autonomous-ml mlops system that watches your model in prod, catches drift, and retrains itself without going down
prompt-compression shrinks llm prompts by up to 70% using textrank + bart, tracks token delta per model
speculative-decoding speculative decoding with gpt-2 and distilgpt-2 as draft model
model-distillation resnet18 teacher → 43x smaller student, 4.3x faster inference
kv-cache key-value cache from scratch
kernel-suite custom cuda kernels
search-ranking learning-to-rank search engine with a pairwise ranknet model, served over http in Go
streaming-token streaming token generation over websockets
neural-ode neural ordinary differential equationss in jax for modeling continuous-time dynamics
scale-churn churn prediction pipeline on hadoop
researcher multi-agent system with analyst, writer, reviewer agents generating full reports

ml  pytorch tensorflow jax cuda huggingface scikit-learn opencv langchain crewai
backend  python go fastapi spring boot websockets
data  postgresql mongodb redis mysql infra  docker kubernetes gcp aws linux

Pinned Loading

  1. callmind callmind Public

    FastAPI-based AI voice agent platform for intelligent phone automation with multi-LLM support, real-time transcription, and comprehensive analytics.

    Python 2

  2. autonomous-ml autonomous-ml Public

    Autonomous MLOps platform that monitors performance, detects drift, and self-heals via retraining, validation, and zero-downtime hot-swapping.

    Python 2

  3. chem-slm chem-slm Public

    A fine-tuned Qwen2.5 SLM for analyzing organic chemistry reactions.

    Jupyter Notebook 1

  4. search-ranking search-ranking Public

    A learning-to-rank search engine using a pairwise RankNet model to score and serve query-document results via an HTTP API using relevance features.

    Go 1