Skip to content
View snehithmthomas's full-sized avatar

Block or report snehithmthomas

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

Typing SVG

πŸ‘¨β€πŸ’» About Me

  • πŸŽ“ Aspiring Data Scientist β€” Focused on building data-driven insights and AI models
  • 🧠 Strong in Python, SQL, Machine Learning, Power BI, and Exploratory Data Analysis (EDA)
  • πŸ€– Building predictive models using LSTMs, Face Recognition, and Time Series Forecasting
  • 🌍 Based in Kollam, Kerala
  • πŸ“« Reach me at: LinkedIn Profile

🌟 FEATURED PROJECTS

⚑ The Watts Divide β€” India Electricity Inequality Analysis

GitHub Repo

End-to-end data science pipeline analysing electricity consumption & sales inequality across Indian states (2012–2021) β€” from raw government data to statistical hypothesis testing.

πŸ”₯ What Makes It Stand Out

Feature Standard EDA This Project
πŸ“Š Inequality Metric ❌ Basic stats βœ… Gini Coefficient + Lorenz Curve
🧹 Data Quality ❌ Drop bad rows βœ… 5 surgical anomaly fixes (LOCF, Interpolation, Epsilon)
πŸ§ͺ Validation ❌ None βœ… 4 Hypothesis Tests (ANOVA, T-tests, Pearson)
πŸ›οΈ Data Source Toy datasets βœ… Official Ministry of Power datasets
πŸ—ΊοΈ Coverage Single metric βœ… 9 sectors Γ— 28 states Γ— 9 years

Tech Stack: Python β€’ Pandas β€’ NumPy β€’ Matplotlib β€’ Seaborn β€’ SciPy β€’ Jupyter Notebook


🎭 Face Recognition System

GitHub Repo

A robust face recognition system designed to work in real-world conditions including masks, hats, and glasses.

πŸ”₯ What Makes It Unique

Feature Basic Face Recog My Face Recognition
😷 Mask Detection ❌ Fails βœ… Works with Masks
πŸ‘“ Accessories ❌ Struggles βœ… Handles Hats/Glasses
⚑ Speed 🐒 Slow βœ… Real-time Optimization
πŸ“Š Accuracy πŸ“‰ Low βœ… High Precision

πŸ“ˆ Sales Forecasting Pipeline (Prophet)

GitHub Repo

End-to-end time series forecasting for Rossmann retail stores using Facebook Prophet.

πŸ”₯ Why use this Pipeline vs Standard Methods?

Feature Traditional Methods Prophet Pipeline
πŸ—“οΈ Seasonality Manual Handling βœ… Automatic Detection
πŸ–οΈ Holidays Complex to Add βœ… One-click Holiday Effects
πŸ“‰ Trend Change Linear only βœ… Flexible Trend Detection
πŸš€ Scaling Hard to Scale βœ… Production Ready

πŸ› οΈ All Skills

Category Technologies
Languages Python, SQL, HTML
Data Science EDA, RFM Analysis, Customer Segmentation, Data Visualization, Inequality Analysis
AI / ML LSTM, K-Means Clustering, Face Recognition, Time Series Forecasting
Statistics Hypothesis Testing (ANOVA, T-tests, Pearson), Gini Coefficient, Lorenz Curves
Tools Power BI, Jupyter Notebook, GitHub, VS Code
Libraries Pandas, NumPy, Matplotlib, Seaborn, Scikit-learn, Prophet, SciPy, TensorFlow/Keras

πŸ“ All Projects

πŸ€– Machine Learning & AI

Project Description Tech Stack Link
Next-Word Prediction Keyboard-style word prediction using LSTM models Python, LSTM View
Face Recognition Real-time recognition with mask/hat/glasses support Python, OpenCV View

πŸ“Š Data Analysis & Visualization

Project Description Tech Stack Link
⚑ Electricity Inequality Gini + Lorenz analysis of India's power distribution (2012–2021) Python, SciPy View
Superstore Analysis End-to-end EDA and visualization of retail data Python, Pandas View
Customer Segmentation RFM analysis and K-Means clustering for retail Python, K-Means View
Sales Forecasting Time series forecasting for Rossmann stores Prophet, Python View

πŸ“« Contact Me

LinkedIn β€’ GitHub

⭐ If you find my work helpful, please star my repositories! ⭐

Profile Views

Popular repositories Loading

  1. github-slideshow github-slideshow Public

    A robot powered training repository πŸ€–

    HTML

  2. Next-Word-Prediction-using-LSTM Next-Word-Prediction-using-LSTM Public

    A method used in different keyboards and search engines to minimize the typing time duration

    Jupyter Notebook

  3. Superstore-Data-Analysis Superstore-Data-Analysis Public

    This project presents an end-to-end exploratory data analysis (EDA) and visualization of a retail Superstore sales dataset using Python. The goal is to uncover key business insights such as sales t…

    Jupyter Notebook

  4. Online-Retail-Customer-Segmentation Online-Retail-Customer-Segmentation Public

    This project performs customer segmentation using RFM (Recency, Frequency, Monetary) analysis and K-Means clustering to group customers based on their purchasing behavior. It is ideal for marketing…

    Jupyter Notebook

  5. Sales-Forecasting-Pipeline-using-Prophet Sales-Forecasting-Pipeline-using-Prophet Public

    This project showcases time series forecasting for Rossmann retail stores using Facebook Prophet, a powerful open-source forecasting tool. We focus on predicting future sales for selected stores us…

    Jupyter Notebook

  6. Face-Recognition Face-Recognition Public

    Face Recognition that work when with masks,hats,glassed

    Python