Skip to content
View harshitap1305's full-sized avatar
🐿️
Focusing
🐿️
Focusing

Highlights

  • Pro

Organizations

@OpenLake

Block or report harshitap1305

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

Typing SVG


Email LinkedIn GitHub LeetCode


👋 About Me

class Harshita:
    def __init__(self):
        self.education   = "B.Tech CSE @ IIT Bhilai (2027)"
        self.currently   = [
            "🔨 Building LLM-integrated applications",
            "📡 Diving into low-level systems & computer networks",
            "🤖 Strengthening ML foundations",
            "⚔️  Grinding DSA (800+ problems, 1800+ LeetCode Rating)",
        ]
        self.loves       = ["AI/ML", "Full-Stack", "Low-level systems", "Open Source"]
        self.open_to     = ["Internships", "Research", "Open Source Collaborations"]

    def quote(self):
        return """
        'A little more persistence, a little more effort —
         and what seemed hopeless failure may turn to glorious success.'
        """

🔭 What I'm Building Right Now

Area Focus
🤖 AI / LLM Systems Building production apps with LLM integrations — pipelines, RAG, agentic workflows
📡 Low-Level Systems Exploring computer networks; something big coming soon
🧠 Machine Learning Actively learning — core concepts, models, and hands-on implementation
GPU Programming CUDA C++ kernels — warp-level attention, custom SpMM ops

🏆 Highlights

🥇 1st Place — Intra-IIT RAG Challenge  |  🏅 Rank 12/23 IITs — Inter-IIT Tech Meet 13.0 (Agentic AI)

🎯 1800+ LeetCode Rating · 800+ problems  |  🇮🇳 Top 3% JEE Mains · Top 9.3% JEE Advanced

🛡️ Intern @ Indian Army — Secure AI Summarization Platform  |  ✅ SIH 2025 Qualifier


🚀 Featured Projects

🕵️ GNN-EADD

GPU-Accelerated E-Commerce Fraud Detection

Heterogeneous graph with 1.5M nodes & 59M edges. Custom CUDA C++ kernels for SpMM and warp-level GAT attention.

PyTorch CUDA C++ GNN GAT NetworkX

🪖 Indian Army AI Platform

Secure Intelligence Summarization System

Dockerized platform with Scrapy crawler, Redis dedup, Gemini AI pipeline, and PDF executive report generation.

FastAPI React PostgreSQL Docker Scrapy Gemini

🔍 Extractify AI

4-Mode Web Extraction Engine

AI crawler + news parser + Twitter/Quora scrapers. Real-time SSE dashboard. Intercepts Twitter's internal GraphQL JSON API.

Node.js Puppeteer SSE Gemini API SQLite

📚 Enhanced RAG System

Research Paper Analysis Platform

ChromaDB vector pipeline with Sentence-Transformers, dynamic TF-IDF visualizations & Crossref citation linking.

Streamlit ChromaDB Python Gemini ReportLab

🎤 OmniPrep

Voice-Based Interview Preparation

Real-time soft-skill feedback, GROQ-powered resume analyzer, Clerk auth, and automated email reminders.

React Node.js GROQ API Clerk Nodemailer

📊 OpenLake ERP

IIT Bhilai Student Database System

Led ERP transition — redesigned schema, RBAC, role dashboards for Students, GenSecs, Club Coordinators, President.

Open Source PostgreSQL RBAC React


🛠️ Tech Stack

Languages

C++ C Python JavaScript PHP Shell LaTeX CUDA

Frontend / Backend

React Node.js Express FastAPI TailwindCSS HTML5 CSS3 Streamlit JWT OAuth

AI / ML

PyTorch scikit-learn NumPy Pandas NetworkX Sentence Transformers Gemini API GROQ API

Databases & Tools

PostgreSQL MongoDB MySQL SQLite ChromaDB Redis Docker Git Postman VS Code Scrapy Puppeteer GNUPlot


📊 GitHub Stats

🌱 Open Source & Community

  • 🧑‍🏫 Mentor @ FOSS Overflow — Architectural guidance & rigorous PR reviews for production-ready code
  • 🧑‍🏫 Mentor @ OpenLake — Managing open-source initiatives & community coding events at IIT Bhilai
  • 📚 Mentor @ Vinoba Polestar Program — Academic guidance for government school students preparing for JEE
  • ❤️ Social Executive @ NSS IIT Bhilai — Community service & social welfare

🤝 Let's Connect

I'm actively looking for internship opportunities and open source collaborations — especially in AI systems, full-stack, or low-level engineering. If something resonates, reach out!

Email Me Connect on LinkedIn


"A little more persistence, a little more effort — and what seemed hopeless failure may turn to glorious success."

Pinned Loading

  1. OpenLake/Student_Database_COSA OpenLake/Student_Database_COSA Public

    A centralized platform for managing student data and Positions of Responsibility (PORs) within CoSA. Built with React, Node.js, and MongoDB, it provides secure role-based access, streamlined data m…

    JavaScript 12 56

  2. Extractify_ai Extractify_ai Public

    Multi-modal web data extraction engine combining AI crawling, news parsing, and social media scraping in a single dashboard.

    JavaScript