Skip to content
View Shivani-22-ai's full-sized avatar

Block or report Shivani-22-ai

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
Shivani-22-ai/README.md

Lokinindi Shivani

Software Developer | AI/ML Undergraduate | Hyderabad, India

LinkedIn Β· GitHub Β· Email


About Me

  • Practicing Data Structures & Algorithms daily in Python, currently at 76+ problems solved across LeetCode and CodeChef
  • Building end-to-end machine learning systems β€” from data cleaning through model evaluation and deployment
  • 3rd-year B.Tech Computer Science (AI & ML) student at Sreenidhi Institute of Science and Technology, Hyderabad, graduating in 2028
  • Working toward a Summer 2027 Software Engineering / Applied Science internship, targeting Google, Microsoft, Wells Fargo, Amazon, Goldman Sachs, Atlassian, NVIDIA, and Adobe

Featured Projects

Concurrent Weather Performance Analyzer β€” deployed on Streamlit Replaced sequential weather-API calls with concurrent execution using Python's ThreadPoolExecutor, cutting benchmark runtime by 81% (5.30x speedup). Built an interactive dashboard comparing sequential vs. concurrent performance. Stack: Python, Streamlit, Plotly Β· Live App

Medical Insurance Cost Prediction Trained and benchmarked 5 regression models, improving RΒ² from 0.784 to 0.862. Identified smoking status and BMI as the strongest cost drivers. Stack: scikit-learn, XGBoost, Pandas

Customer Churn Feature Engineering Pipeline Built an ML-ready data pipeline for a ~440,000-row Kaggle churn dataset, engineering 3 derived features with outlier removal via the IQR method. Stack: Pandas, NumPy

EATIS β€” Event Traffic Intelligence System β€” hackathon, team project Built the React frontend for an AI traffic-prediction platform displaying congestion forecasts and risk scores from a FastAPI backend. Stack: React, FastAPI, Vercel

TransitOps β€” hackathon, team project Odoo-based transit operations management system. Owned the core backend and trip-rules engine β€” vehicle, driver, and trip lifecycle models. Stack: Odoo, PostgreSQL, Python


Experience

AI/ML Virtual Internship β€” AICTE EduSkills, supported by Google for Developers Β· Oct–Dec 2025 Earned the highest grade tier ("Outstanding") in a 10-week applied AI/ML program covering supervised and unsupervised learning, NLP, model deployment with Flask, and MLOps fundamentals.

Machine Learning & Data Science Internship β€” EduSkills Academy Β· 2025–2026 Completed a capstone customer-sentiment-analysis project applying ensemble methods, hyperparameter tuning, SQL integration, and Power BI dashboards.


Tech Stack

Languages: Python, Java, C, R Machine Learning / Data Science: scikit-learn, XGBoost, Pandas, NumPy, Matplotlib, Seaborn Data & Databases: MySQL, Oracle SQL, MongoDB Backend & Deployment: Flask, FastAPI, Odoo, Streamlit, React Tools & Platforms: Git, GitHub, Jupyter Notebook, Power BI, Vercel


Education

B.Tech, Computer Science (AI & ML) β€” Sreenidhi Institute of Science and Technology, Hyderabad 2024–2028 Β· GPA: 9.56/10.0

12th Grade (CBSE) β€” D.A.V. Public School, Hyderabad 2022–2024 Β· GPA: 10.0/10.0


Certifications

  • Intro to Machine Learning β€” Kaggle
  • Pandas β€” Kaggle
  • Learning MongoDB β€” Infosys Springboard
  • AI-Powered Chatbots β€” IBM SkillsBuild
  • How OTT Platforms Handle Millions of Concurrent Viewers Using HLD β€” Scaler Masterclass

GitHub Stats

GitHub Stats Top Languages


Connect

LinkedIn Β· LeetCode Β· CodeChef Β· Email

Pinned Loading

  1. concurrent-weather-performance-analyzer concurrent-weather-performance-analyzer Public

    A Streamlit dashboard that benchmarks sequential and concurrent weather API requests using Python ThreadPoolExecutor.

    Python 1

  2. Medical-Insurance-Cost-Prediction Medical-Insurance-Cost-Prediction Public

    Regression model predicting medical insurance charges (Linear Regression β†’ XGBoost comparison) using real-world insurance data.

    Jupyter Notebook

  3. pandas_feature_engineering_ml pandas_feature_engineering_ml Public

    Feature engineering pipeline for customer churn prediction β€” encoding, scaling, and feature selection on Telco customer data using pandas.

    Jupyter Notebook

  4. customer-churn-analytics-project customer-churn-analytics-project Public

    End-to-end data analytics project on IBM Telco Customer Churn dataset β€” EDA, SQL, Power BI dashboards, Excel pivot table, and predictive modeling.

    HTML 1

  5. numpy_weather_analysis numpy_weather_analysis Public

    NumPy-based weather data analysis β€” statistical operations, trend detection, and array-based computation on historical weather records.

    Jupyter Notebook