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

Block or report Vishnuanand77

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

Hi there, I’m Vishnu Anand 👋

AI Engineer • ML + AI Enthusiast • Builder

I like shipping practical ML/GenAI systems end-to-end — from data + modeling to lightweight apps/demos — and turning messy real-world signals into decision-ready insights.


What I’m focused on

  • Applied ML & GenAI: text classification, evaluation loops, prompt/agent workflows, and turning experiments into reproducible pipelines
  • Analytics that drives action: EDA → feature engineering → modeling → clear business takeaways
  • Product-minded engineering: prototypes that are demo-able, documented, and easy to iterate on

Featured work

🧠 LLM / NLP + Evaluation

🏠 Predictive Modeling

📸 Instagram Clone (FastAPI)

  • InstagramClone_withFastAPI
    “Simple Social”: FastAPI backend + Streamlit frontend with JWT auth (via FastAPI Users), async SQLAlchemy + SQLite persistence, and ImageKit-backed media uploads (images/short videos) with a unified feed. oai_citation:2‡GitHub

🔎 RAG Project

  • RAG-Project
    Retrieval-Augmented Generation pipeline over local text docs: load .txt → chunk (1000 chars, 20 overlap) → embed (text-embedding-3-small) → store/retrieve with ChromaDB → cosine-similarity ranked retrieval (top-k) for context-fed QA with GPT models. oai_citation:3‡GitHub

Tech I work with

Languages: Python, SQL, (some) Kotlin / Dart
ML / DS: Pandas, NumPy, scikit-learn, XGBoost/CatBoost, Jupyter
GenAI: LangChain-style orchestration, evaluation-first experimentation
Apps / Prototypes: Flask (lightweight demos), notebooks, small tools
Workflow mindset: clean repos, repeatable runs, clear READMEs, measurable results


Links


Connect with me

LinkedIn X

Pinned Loading

  1. airbnb-superhost-prediction airbnb-superhost-prediction Public

    Jupyter Notebook

  2. Crossroads-Classic-Analytics-Challenge-Learning-Machine Crossroads-Classic-Analytics-Challenge-Learning-Machine Public

    Jupyter Notebook

  3. InstagramClone_withFastAPI InstagramClone_withFastAPI Public

    Python

  4. RAG-Project RAG-Project Public

    Python