Skip to content
View Aarchi-07's full-sized avatar

Block or report Aarchi-07

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

Aarchi Kumari

Third Year Computer Science & Engineering student
Full Stach & Gen-AI developer | Project builder | Tech explorer
Reach me: aarchikumari07052@gmail.com


Profile Views


class AarchiKumari():
    def __init__(self):
        self.name = "Aarchi Kumari"
        self.username = "aarchi-07"
        self.location = "Bhubaneswar, India"
        self.email = "aarchikumari07052@gmail.com"
        self.university = "Centurion University"
        self.nlp_stack = ["spaCy", "HuggingFace Transformers", "Sentence Transformers", "RAGAS"]
        self.dev_stack = ["React", "Next.js", "TypeScript", "Firebase", "Qdrant"]
        self.hobbies = ["Building NLP pipelines", "Exploring retrieval systems", "Listening to music"]

    def __str__(self):
        return self.name

Projects & Highlights

  • CausewayAI - Inter IIT Tech Meet Problem Statement
    Backend causal analysis engine combining RAG with knowledge graph traversal for real-time streaming Q&A over call center data.
    #FastAPI #Qdrant #NetworkX #Gemini #PyTorch #Docker

  • NexusContribute
    AI-powered open source discovery engine using LangGraph and Google GenAI to parse GitHub and match contributors to relevant issues via custom automation pipelines.
    #React #LangGraph #GoogleGenAI #Tailwind

  • ContentCast AI
    Full-stack automation service that converts web content into AI-generated audiobooks with customizable tone, voice, and delivery schedules via Email/Telegram.
    #n8n #Node.js #React #TelegramAPI #Supabase

  • NostalgiaNet
    Full-stack digital time capsule with RBAC, real-time collaborative journals, and scheduled memory retrieval.
    #React #TypeScript #Firebase #Firestore


Tech Stack

  • Languages: Python, JavaScript, TypeScript, C++, SQL
  • NLP / ML: HuggingFace Transformers, spaCy, Sentence Transformers, zero-shot classification, RAGAS, LangChain, LangGraph
  • Retrieval / RAG: Qdrant, GraphRAG, Vector RAG, semantic search, embedding models
  • Frontend: React, Next.js, Tailwind CSS, HTML/CSS
  • Backend: Node.js, Express.js, FastAPI, Firebase Cloud Functions
  • Databases: MongoDB, Firebase Firestore, Qdrant, MySQL
  • Tools: Git, Docker, Vercel, GitHub Actions
  • Certifications:
    • Udemy – Frontend Web Development Bootcamp
    • Simplilearn – HTML, CSS & JavaScript

My GitHub Trophies & Activity

GitHub Trophies


Connect With Me

LinkedIn Profile   X Profile


🎉 Fun Facts

  • 🤝 Passionate about open source, actively contributing to real-world codebases.
  • 🧠 Loves building AI-powered tools that actually solve something.
  • ⚡ Finds clean, minimal code more satisfying than over-engineered solutions.

Pinned Loading

  1. NexusContribute NexusContribute Public

    Jupyter Notebook

  2. cookbook cookbook Public

    Forked from google-gemini/cookbook

    Examples and guides for using the Gemini API

    Jupyter Notebook

  3. CausewayAI CausewayAI Public

    Next-gen semantic retrieval system. Combines the power of Qdrant vector databases and graph-based traversal to map, analyze, and extract deep causal insights.

    Python