Skip to content
View Harshit0998's full-sized avatar

Block or report Harshit0998

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

Harshit Paramhans

Data science and machine learning. M.Tech from IIT Guwahati, where my thesis classified 15 hand postures from 8-channel surface EMG.

The thing I took from that work: the evaluation protocol decides the number. Correcting a leaky data split in my own thesis cost 14.5 accuracy points, and the corrected figure is the one I report. My projects spend as much effort on how a result was validated as on producing it.

Toolkit — Python (pandas, NumPy, SciPy, scikit-learn) · SQL / PostgreSQL · signal processing · embeddings and vector search · Tableau · Jupyter


Featured projects

Project What it does Stack
sEMG Hand Posture Classification M.Tech thesis — 15 postures from 8-channel EMG. 83.7% within-subject and 32.3% cross-subject against a 6.7% chance baseline; a leaky split had inflated the headline to 98% Python, scikit-learn, NMF, signal processing
Semantic Book Recommender Natural-language book search over a vector database, with zero-shot category and emotion filtering, served through a Gradio app LLMs, embeddings, ChromaDB, Gradio
Plant Disease Classification CNN image classifier that detects plant disease from leaf photographs Deep learning, CNNs
Customer Segmentation — RFM + K-Means Segments online retail customers into high-value and at-risk groups to target marketing spend Python, scikit-learn, pandas
Sales & Customer Analytics with SQL 15+ business questions answered on a digital music store database — customer behaviour, sales trends, revenue and genre popularity PostgreSQL, CTEs, window functions
Hospital Mortality Prediction Analyses patient records to estimate in-hospital mortality risk SQL, Excel

Get in touch

Emailharshitp0998@gmail.com

LinkedInlinkedin.com/in/harshitparamhansofficial

Pinned Loading

  1. Mtech_Project_Data_Driven_Classification_of_Hand_postures_for_Myoelectric_Control Mtech_Project_Data_Driven_Classification_of_Hand_postures_for_Myoelectric_Control Public

    My MTech project focuses on classifying hand gestures using surface Electromyography (sEMG) signals to enable intuitive control for assistive and rehabilitation technologies. I worked with large-sc…

    Jupyter Notebook 1

  2. Semantic-Book-Recommender-using-LLMs-and-Vector-Search Semantic-Book-Recommender-using-LLMs-and-Vector-Search Public

    This project builds an intelligent semantic book recommendation system using LLMs, embeddings, vector databases, and emotion analysis.

    Jupyter Notebook

  3. Plant_Disease_Classification_CNN Plant_Disease_Classification_CNN Public

    CNN image classifier that detects and classifies plant diseases from leaf photos, aimed at early detection in precision agriculture.

    Jupyter Notebook

  4. customer-segmentation-kmeans-rfm customer-segmentation-kmeans-rfm Public

    Customer segmentation using RFM analysis and K-Means clustering on online retail data to identify high-value and at-risk customers for data-driven marketing insights.

    Jupyter Notebook 1

  5. Sales-and-Customer-Analytics-using-SQL- Sales-and-Customer-Analytics-using-SQL- Public

    Analyzed a digital music store database using PostgreSQL to solve 15+ business-driven SQL problems involving customer behavior, sales trends, revenue analysis, and genre popularity through advanced…

  6. Hospital_Mortality_Prediction_SQL Hospital_Mortality_Prediction_SQL Public

    In this project, I utilized a combination of Excel and SQL to analyze and predict the likelihood of mortality among hospitalized patients.