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

Block or report bhupendra05

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

Bhupendra Tale

Full-Stack Engineer · AI/ML · Blockchain/Solana · DevOps

GitHub followers Email


💛 First Follower

A special thank you to @yumiaura — my very first GitHub follower!
Olya is an incredible developer building charming AI tools, desktop apps, and voice assistants. Go check out her work! 🐱


🧰 Tech Stack

AI/ML        →  PyTorch · Transformers · LangChain · RAG · Fine-tuning
LLM Tools    →  OpenAI API · Anthropic Claude · Ollama · MCP Protocol
Blockchain   →  Solana · Anchor · SPL Tokens · Web3.js · Rust
Backend      →  FastAPI · Python · Node.js · PostgreSQL · Redis
Frontend     →  React · Next.js · Flutter · Dart
DevOps       →  Docker · Kubernetes · GCP · AWS · GitHub Actions

🚀 Open Source Projects

🏦 FinTech for India 🇮🇳

FLAGSHIP — a full-stack toolkit for Indian investment banking, valuation & private-equity dealmaking. From public-market IPO screening to PE waterfalls and AI-native deal tools — built for analysts, fund managers, and exit advisors.

🖥️ NEW — chat-native: run any of this inside Claude / ChatGPT via dealdesk-mcp & investorlens-mcp.

📈 Public Markets — listed-company analysis

Project Description Stars
drhp-intel DRHP red-flag scanner — auto-reads 600-page IPO prospectuses, scores red flags Stars
india-comps NSE/BSE comparable-company analysis — live EV/EBITDA, P/E, P/B, implied value Stars
india-dcf India-calibrated DCF — G-Sec risk-free, India ERP, 25.168% tax, sector betas Stars
promoter-watch Promoter pledge & insider monitor — BSE shareholding alerts, bulk deals Stars
mca-lookup MCA21 company search — CIN decoder, directors, XBRL financials for private cos Stars
model-doctor Excel model auditor — finds 10 critical problems, health score 0–100 Stars

💼 Private Markets — PE / VC dealmaking

Project Description Stars
carryflow PE/VC distribution waterfall — carry, hurdle, IRR/MOIC, secondaries, continuation vehicles Stars
exitsim Cap table & exit simulator — liquidation prefs, dilution, breakeven solver Stars
teasergen Investor teaser / CIM generator — auto CAGR/margins, blind-teaser mode Stars
deeptracker Deep-tech funding tracker — semiconductors, space, aerospace, biotech analytics Stars

🤖 AI-Native — MCP servers (Claude / ChatGPT)

Project Description Stars
dealdesk-mcp Run PE/VC deal math in chat — 9 tools: waterfall, exit, secondary, CV, teaser, comps, DCF, DRHP Stars
investorlens-mcp India investor discovery in chat — match a raise to the right VCs/PE/angels Stars

🤖 AI / LLM

FEATURED — Claude Opus 4.7 extended-thinking suite:

  • 🔮 oracle — catch LLM hallucinations (math, code, citations, facts)
  • 🔬 autopsy — production incident root cause analyzer
  • ⚖️ debate — steelman both sides of any technical decision
  • 📋 req-check — verify codebase implements spec

NEW — shape — structured output from any LLM in one line

Project Description Stars
shape Structured LLM output in one line — dict schema or Pydantic, Claude or OpenAI, zero boilerplate Stars
oracle LLM hallucination verifier — math validation, code execution, citation grounding, Opus 4.7 reasoning Stars
autopsy Production incident RCA — logs + git + deploys → post-mortem via extended thinking Stars
debate Technical decision steelman — best argument for each side + verdict with confidence Stars
req-check Spec vs code verifier — extracts requirements, checks each one against implementation Stars
llm-compare Chat with GPT-4o, Claude, Gemini side-by-side Stars
ai-commit AI-generated git commit messages from staged diff Stars
pdf-rag-cli Ask questions about local PDFs — local embeddings, no cloud Stars
readme-ai AI README generator — point at any repo, get a polished README Stars
mcp-servers MCP servers for Claude — GitHub, PostgreSQL, Web Scraper, Filesystem Stars
local-ai-stack One-command local AI setup — Ollama + Open WebUI + Qdrant Stars
rag-from-scratch RAG without LangChain — FAISS dense + BM25 sparse + RRF hybrid retrieval Stars
llm-fine-tuning Fine-tune Llama 3 / Mistral with LoRA + QLoRA — PEFT, SFTTrainer, merge Stars
ollama-models-guide Ollama REST API client + model benchmark + 20+ model comparison table Stars
langgraph-examples LangGraph multi-agent workflows — ReAct, supervisor, human-in-loop, RAG agent Stars
huggingface-examples Transformers inference + fine-tuning — classification, NER, summarization, FastAPI Stars
claude-api-cookbook Anthropic Claude API patterns — tool use, vision, streaming, batch API Stars
whisper-cli Transcribe audio & video locally using OpenAI Whisper — txt, srt, vtt, json Stars
ai-agents Minimal Python ReAct agent framework — @tool decorator, OpenAI/Anthropic/Ollama Stars

⛓️ Blockchain / Solana

Project Description Stars
solana-wallet-tracker Track Solana wallets — balance, tokens, live tx watch Stars
solana-token-cli Create, mint, transfer, burn SPL tokens from the terminal Stars
solana-airdrop-bot Send SOL/SPL tokens to thousands of wallets from CSV — pure JSON-RPC Stars
nft-meta Fetch NFT metadata — Solana, Ethereum, Polygon, Base Stars

🛠️ Developer Tools

Project Description Stars
fastapi-production-template Production FastAPI starter — async PostgreSQL, JWT, Redis, Docker, CI Stars
fastapi-microservices Microservices with FastAPI — user service, API gateway, RabbitMQ, Docker Compose Stars
graphql-fastapi GraphQL API with Strawberry + FastAPI + SQLAlchemy, DataLoader, subscriptions Stars
celery-patterns Production Celery — chains, chords, groups, beat scheduler, Flower monitoring Stars
redis-patterns Redis patterns — cache-aside, token bucket, sliding window, leaderboard, Redlock Stars
docker-compose-templates Production Docker Compose files — Postgres, Redis, Kafka, Grafana, n8n, Jupyter Stars
docker-best-practices Dockerfile optimization — multi-stage builds, 1GB→150MB, non-root, HEALTHCHECK Stars
nginx-configs Production Nginx configs — SSL/TLS, rate limiting, reverse proxy, WebSocket Stars
bash-scripts Production DevOps bash scripts — server setup, SSL, DB backup, Docker cleanup Stars
github-actions-templates Copy-paste GitHub Actions workflows — Python CI, Docker, deploy, security scan Stars
aws-cdk-templates Production AWS CDK Python stacks — Lambda, ECS Fargate, RDS, S3+CloudFront Stars
terraform-aws-modules Reusable Terraform modules — VPC, Lambda, S3+CloudFront, full-stack example Stars
python-interview-prep 100 coding interview problems with CLI runner and test suite Stars
devops-health SSH server health dashboard — CPU, memory, disk, services Stars
ai-code-review GitHub Action: AI reviews every PR automatically Stars
rust-cli-starter Production Rust CLI template — clap v4, tokio, tracing, config, Docker, CI Stars
flutter-boilerplate Flutter starter — Riverpod, go_router, Dio JWT auth, Material 3, clean arch Stars
gitsecrets Scan git history for secrets — AWS keys, tokens, passwords, DB URLs Stars
headerguard HTTP security header scanner — scores 0–100, CLI + Python API Stars
n1detect N+1 SQL query detector for Django, SQLAlchemy, any DB-API app Stars
cronguard Monitor cron jobs for missed runs — heartbeat + cron expression parser Stars
depaudit Audit Python dependencies for license compliance and CVEs Stars

📚 Learning & Reference

Project Description Stars
system-design-patterns System design patterns in Python — rate limiter, circuit breaker, saga, CQRS Stars
python-ml-algorithms ML from scratch with numpy — linear/logistic regression, KNN, KMeans, PCA, MLP Stars
python-design-patterns 23 GoF design patterns with real-world Python examples Stars
python-async-patterns asyncio cookbook — queues, retry, circuit breaker, TaskGroup, benchmarks Stars
python-concurrency Threading vs multiprocessing vs asyncio — patterns, GIL explained, benchmarks Stars
python-testing-patterns pytest patterns — fixtures, mocking, parametrize, async tests, FastAPI TestClient Stars
pydantic-v2-cookbook Pydantic v2 patterns — vanilla validators, settings, discriminated unions, FastAPI Stars
sql-interview-prep 30 SQL problems easy→hard — JOINs, window functions, CTEs, recursive queries Stars
postgres-tips Advanced PostgreSQL — window functions, JSONB, indexing, EXPLAIN ANALYZE Stars
openai-cookbook Advanced OpenAI API — function calling, streaming, structured outputs, embeddings Stars
langchain-examples 20+ runnable LangChain examples — RAG, agents, chains, output parsers Stars
k8s-manifests Production Kubernetes manifests — HPA, NetworkPolicy, RBAC, security contexts Stars

🔍 Search & Data

Project Description Stars
vector-search-demo Semantic search from scratch — sentence-transformers + FAISS + FastAPI Stars

⚛️ Frontend

Project Description Stars
react-hooks-library 30+ production React hooks — zero deps, TypeScript-first Stars
typescript-utils 50+ type-safe utility functions — zero deps, lodash alternative Stars
nextjs-starter Next.js 14 App Router starter — Auth.js, Prisma, Tailwind, Docker Stars

📊 GitHub Stats

GitHub Stats Top Languages
GitHub Streak

Building tools people actually use. Open to AI, blockchain, and backend engineering roles.

Popular repositories Loading

  1. carryflow carryflow Public

    PE/VC distribution waterfall, carried-interest & exit-structuring engine — European/American waterfalls, IRR/MOIC, secondaries, continuation vehicles

    Python 1

  2. exitsim exitsim Public

    Cap table & exit waterfall simulator — liquidation preferences, participating preferred, seniority stacking, dilution, breakeven solver

    Python 1

  3. deeptracker deeptracker Public

    Deep-tech funding & valuation tracker for Indian startups — semiconductors, space, aerospace, eVTOL, biotech. Sector/quarter analytics, investor leaderboard.

    Python 1

  4. teasergen teasergen Public

    Investor teaser / CIM auto-generator — turn company financials into an investor-ready (or anonymized blind) teaser in seconds

    Python 1

  5. python python Public

    Python

  6. Arth_Task_18 Arth_Task_18 Public

    Images