Skip to content
View Nish232003's full-sized avatar

Block or report Nish232003

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

Typing SVG


LinkedIn Gmail GitHub Streamlit App


Profile Views


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

class NishitaJain:
    def __init__(self):
        self.name        = "Nishita Jain"
        self.degree      = "Integrated M.Tech β€” CSE (Data Science)"
        self.university  = "VIT Bhopal University | Batch of 2026"
        self.cgpa        = 8.38
        self.focus       = ["Machine Learning", "Deep Learning", "Data Engineering"]
        self.currently   = "Building ML pipelines & exploring computer vision"
        self.hobbies     = ["Painting 🎨", "Problem Solving", "Continuous Learning"]

    def say_hi(self):
        print("Thanks for visiting! Let's build something impactful together πŸš€")

me = NishitaJain()
me.say_hi()

πŸ› οΈ Tech Stack

Languages

Python Java SQL

ML / Deep Learning

PyTorch scikit-learn XGBoost TensorFlow

Data & Visualization

Pandas NumPy Matplotlib Tableau Power BI Plotly

Tools & Platforms

Git Jupyter Streamlit MySQL VS Code


πŸ’Ό Work Experience

🏒 ThinkAI India Consulting β€” Data Science Intern

Computer Vision Β· YOLOv8 Β· YOLOv11 Β· Safety Systems

  • Built a real-time warehouse safety monitoring system using YOLOv8 and YOLOv11
  • Implemented PPE detection (helmets, vests) and restricted zone alerts
  • Achieved reliable detection performance for live industrial deployment
  • Designed an end-to-end CV pipeline: data collection β†’ training β†’ inference

🏒 Sabudh Foundation β€” Data Science Trainee

Deep Learning Β· GANs Β· PyTorch Β· 3D Reconstruction

  • Implemented a 3D GAN pipeline to reconstruct facial structures from 2D images
  • Built and curated a dataset of 30+ distinct 3D object samples
  • Optimized GAN hyperparameters for improved training stability and output quality
  • Collaborated with a 3-member team using Git-based workflows

πŸš€ Featured Projects

πŸ•΅οΈ Fake Job Detector

Streamlit GitHub

Detects fraudulent job postings using XGBoost + TF-IDF NLP pipeline.

  • 🎯 98% classification accuracy
  • πŸ”€ TF-IDF vectorization on job description text
  • πŸ“Š SHAP-based feature explainability
  • 🌐 Deployed live on Streamlit Cloud

Python XGBoost NLP Streamlit SHAP

🌱 Soil Sync

GitHub

IoT-ML pipeline predicting soil fertility from real-time sensor data.

  • 🎯 85% multi-class accuracy
  • βš–οΈ Logistic Regression vs Random Forest comparison
  • πŸ“‘ Real-time IoT sensor data integration
  • πŸ“Š Interactive Tableau dashboard

Python Scikit-learn IoT Tableau Pandas

πŸ™οΈ SafeCity β€” Crime Analytics

GitHub

Geospatial crime trend analysis across Indian states (2001–2018).

  • πŸ“Š 40,000+ records analyzed
  • πŸ—ΊοΈ Interactive Folium choropleth maps
  • πŸ“ˆ State-wise trend visualization with Plotly
  • πŸ” Pattern detection across crime categories

Python Folium Plotly GeoPandas Pandas

πŸ’³ Fraud Detection

GitHub

ML pipeline for detecting fraudulent financial transactions.

  • βš–οΈ Handled severe class imbalance (SMOTE/undersampling)
  • πŸ” Feature engineering on transaction patterns
  • πŸ“‰ Precision-recall optimization for real-world utility
  • πŸ§ͺ Multiple model comparison & evaluation

Python Scikit-learn Imbalanced-learn XGBoost


πŸ“Š GitHub Stats

GitHub Streak


πŸ“œ Certifications

Certificate Platform Issuer
πŸŽ“ Machine Learning NPTEL IIT
πŸ“Š Excel for Data Analysis Coursera Microsoft
πŸ€– AI Engineering Coursera IBM
🐍 Python Essentials Vityarthi β€”
πŸ“ˆ Introduction to Data Science Cisco NetAcad Cisco

πŸ“ˆ Contribution Graph

Nishita's Activity Graph


🐍 Contribution Snake

github-snake

πŸ’¬ Connect with me!

Open to internships, research collaborations, and interesting projects.

LinkedIn Email

Popular repositories Loading

  1. Fraud_Detection Fraud_Detection Public

    This project applies machine learning to detect fraudulent transactions using a synthetic/public dataset. A Jupyter Notebook covers exploration, feature engineering, preprocessing, model training, …

    Jupyter Notebook 1

  2. Soil-Sync Soil-Sync Public

    SOIL SYNC is an IoT-ML pipeline that predicts soil fertility with 85% accuracy using real-time sensor data. It combines machine learning models with an interactive dashboard to help farmers monitor…

    Jupyter Notebook 1

  3. safecity_crime_data_analysis safecity_crime_data_analysis Public

    Crime rate trend analysis across Indian states (2001–2018) using data visualization and geospatial analytics.

    HTML 1

  4. siteiq-ddr-generator siteiq-ddr-generator Public

    Python 1

  5. Nish232003 Nish232003 Public

  6. Satellite_analysis Satellite_analysis Public

    Satellite-based terrain & vegetation analysis using CartoDEM and NDVI datasets β€” includes preprocessing, visualization, elevation modeling, and vegetation health assessment.

    Jupyter Notebook