Skip to content
View Vriti29's full-sized avatar

Block or report Vriti29

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.

Content in all repositories owned by your account will be closed.
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
Vriti29/README.md

πŸ’« About Me:

πŸ”­ B.Tech ECE-AI Student at IGDTUW
🌱 Currently learning AI/ML, Data Structure and Core CS. πŸ‘― Passionate about hackathons, building projects & solving real-world problems
πŸ’¬ Ask me about Web Development, ML Tools & Frontend Projects
⚑ Fun fact: I love turning ideas into creative web applications


🌐 Socials:

LinkedIn GitHub Gmail


πŸ’» Tech Stack:

C++ Python JavaScript HTML5 CSS3 React NodeJS Express.js MongoDB MySQL GitHub Figma


πŸš€ Featured Projects

  • Engineered an end-to-end forensic pipeline extracting 6 behavioural signals across social networks using TF-IDF trait weighting and top-$k$ cosine similarity graphs.
  • Formulated a degree-preserving permutation null model ($\tau_{\text{floor}}$) to eliminate false-positive organic clusters and Louvain community detection to isolate coordinated campaigns.
  • Benchmarked across 142k+ real-world posts with an interactive FastAPI backend and Cytoscape.js network visualizer.
  • Tech Stack: Python, FastAPI, Cytoscape.js, NetworkX, TF-IDF, Graph Analytics

  • Developed a pure-Python, zero-dependency Apache Parquet format parser with Thrift compact-protocol metadata decoding.
  • Implemented decoding primitives for plain variable-length byte arrays, dictionary encoding, and bit-packed run-length encoding (RLE).
  • Built custom Snappy block decompression and predicate pushdown filters for fast in-memory columnar query execution.
  • Tech Stack: Python, Binary Serialization, Thrift, Snappy Compression, Columnar Storage

πŸ“Š Customer Churn Prediction & Customer Segmentation

  • Built an end-to-end machine learning pipeline to predict customer churn.
  • Performed data preprocessing, feature engineering, customer segmentation (K-Means), and compared models including Random Forest, XGBoost, LightGBM and CatBoost.
  • Tech Stack: Python, Pandas, NumPy, Scikit-learn, XGBoost, CatBoost, LightGBM

πŸ€– AI Quiz Generator

  • Developed an AI-powered quiz generation application using transformer-based models.
  • Generated MCQs and short-answer questions from textual content using Hugging Face models.
  • Tech Stack: Python, Hugging Face, Transformers

πŸ” YouTube RAG Streamlit

  • Built a Retrieval-Augmented Generation (RAG) application for semantic document retrieval.
  • Explored embeddings, retrieval pipelines, and LLM-based question answering using Streamlit.
  • Tech Stack: Python, Streamlit, RAG

🌱 Agri-Saarthi

  • Contributed to an agriculture-focused platform designed to support farmers through digital solutions.
  • Worked on frontend development and project integration.
  • Tech Stack: HTML, CSS, JavaScript

▢️ YouTube Clone

  • Developed a responsive YouTube-inspired web interface to strengthen frontend development skills.
  • Implemented reusable layouts and responsive design principles.
  • Tech Stack: HTML, CSS, JavaScript

πŸ† Achievements

πŸ… Reliance Foundation Scholarship Recipient

πŸ₯ˆ Top 20 Teams (2500+ Teams) Entrepreneurship Hackathon – IIT Guwahati

πŸ₯‰ Top 100 Teams (1400+ Teams) CodeX 2.0 National Hackathon

πŸŽ– Gargi Puraskar Awarded for academic excellence


πŸ“Š GitHub Stats:


πŸ† GitHub Trophies


✍️ Dev Quote


Pinned Loading

  1. customer-churn-prediction-segmentation customer-churn-prediction-segmentation Public

    End-to-End Machine Learning project for Telecom Customer Churn Prediction and Customer Segmentation.

    Jupyter Notebook

  2. NayePankh-Foundation NayePankh-Foundation Public

    HTML

  3. youtube-rag-streamlit youtube-rag-streamlit Public

    Python

  4. AI-RESEARCH-PAPER-DISCOVERY AI-RESEARCH-PAPER-DISCOVERY Public

    NLP-based research paper discovery system using semantic search, FAISS, hybrid ranking, NER, KeyBERT, and BART summarization.

    Jupyter Notebook

  5. LockStep LockStep Public

    Multi-signal Coordinated Inauthentic Behavior (CIB) detection engine with statistical permutation null filtering and interactive graph visualization.

    Python

  6. pqlite pqlite Public

    Zero-dependency, pure-Python Apache Parquet reader and columnar storage query engine.

    Python