Skip to content
View Ruthvik-7's full-sized avatar

Block or report Ruthvik-7

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ruthvik-7/README.md

Ruthvik Mandapalli

Data Science & AI · IIIT Dharwad · B.Tech 2025

I build things at the intersection of machine learning, biomedical NLP, and computer vision.

Email LinkedIn Phone


I'm a Data Science and Artificial Intelligence graduate from IIIT Dharwad. Most of my work lives somewhere between healthcare data and ML pipelines — I've spent time building NLP chatbots for clinical domains, classifying facial skin types with CNNs, and co-authoring a paper that got published in a Scopus-indexed journal.

I like problems that are messy in the real world: noisy data, domain-specific language, limited labels. That's where the interesting engineering happens.


Education

B.Tech in Data Science and Artificial Intelligence · IIIT Dharwad · 2021–2025 · CGPA: 7.13
Intermediate · Aditya IIT Junior College, Kakinada · 2019–2021 · 93.6%


Publication

Impact of Internet Derived Information Obstruction Treatment (IDIOT) Syndrome — A Student Cohort Study
Tuijin Jishu / Journal of Propulsion Technology · Scopus Indexed · Vol. 47, 2026
Chava Srinivasa Sai, Mandapalli Ruthvik, Ramesh Athe


Projects

Glaucoma Domain Chatbot

A retrieval-based chatbot for answering glaucoma-related clinical questions. Uses BioBERT and BioWordVec in parallel — returns two answers with confidence scores so you can compare semantic match quality across both embedding spaces. Dataset: 1,679 curated Q&A pairs. Similarity computed via cosine distance on precomputed embeddings (serialized for fast inference).

Python HuggingFace Transformers Gensim BioBERT BioWordVec Scikit-learn


Facial Skin Type Classification

End-to-end ML pipeline for classifying skin as oily, dry, or normal from facial images. Built a hybrid feature extraction approach — HOG descriptors for texture + MobileNetV2 for deep features — then ran classification through ResNet50 and VGG16. Preprocessing chain: Gaussian Blur → Bilateral Filtering → CLAHE.

ResNet50: 84.16% avg accuracy (±4.58) across 5-fold CV. Dataset was 166 manually curated images, ages 9–40, captured at 50MP.

Python TensorFlow/Keras OpenCV ResNet50 VGG16 MobileNetV2 HOG Scikit-learn


IDIOT Syndrome Risk Prediction (Published)

ML-driven cohort study on "Internet Derived Information Obstruction Treatment" syndrome — a pattern of excessive health-related searching that drives anxiety. Surveyed 450 technical students, built a Random Forest classifier (68% accuracy) and Multi-linear Regression risk scorer (R² = 0.62, MSE = 1.35). Feature engineering via TF-IDF + StandardScaler normalization. Statistical validation: Cronbach's Alpha 0.83–0.87.

Published in Tuijin Jishu / Journal of Propulsion Technology (Scopus Indexed), Vol. 47, 2026.

Python Pandas NumPy Scikit-learn Random Forest TF-IDF Matplotlib


LinkedIn UI Clone

A responsive LinkedIn-inspired front-end, built from scratch. Covers navigation, profile panels, content feeds, and dynamic DOM interactions. No frameworks — just vanilla HTML, CSS, and JS.

HTML CSS JavaScript DOM Manipulation Responsive Design


Skills

Languages: Python · C · C++
ML/DL: Random Forest · ResNet50 · VGG16 · MobileNetV2 · CNN architectures · cross-validation
NLP: BioBERT · BioWordVec · Word2Vec · TF-IDF · cosine similarity · Transformers
Data: Pandas · NumPy · Matplotlib
Frameworks: TensorFlow/Keras · PyTorch
Web: HTML · CSS · JavaScript · responsive design
CS Fundamentals: DSA · OOPs · DBMS


IIIT Dharwad · Dharwad, Karnataka · India

Pinned Loading

  1. Internet-Derived-Information-Obstruction-Treatment-IDIOT-Syndrome Internet-Derived-Information-Obstruction-Treatment-IDIOT-Syndrome Public

    ML pipeline for predicting internet health anxiety risk — Random Forest + Linear Regression on 450-participant cohort. Scopus published.

  2. Facial-Skin-Type-Classification Facial-Skin-Type-Classification Public

    Facial skin type classification (oily/dry/normal) using ResNet50 & VGG16 with hybrid HOG + MobileNetV2 features. 84.16% accuracy on 166-image dataset via 5-fold CV.

  3. Glaucoma-Chatbot Glaucoma-Chatbot Public

    Domain-specific retrieval chatbot using BioBERT & BioWordVec with cosine similarity on 1,679 clinical Q&A pairs.

    Jupyter Notebook