Skip to content
View Harshith0308's full-sized avatar

Block or report Harshith0308

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

Gottipati Harshith Sai

Open to internships SRM University-AP India

I build machine learning, cloud, and full-stack systems end to end, from the data layer to the UI. Final-year CSE (Cloud Computing) student, currently open to software engineering internships and new-grad roles.

Featured projects

parallel-aco-pathfinding: Parallelized Ant Colony Optimization pathfinder with a live web visualizer. Python (multiprocessing), C/OpenMP.

phishing-detection-ml: Phishing-URL detector comparing four ML models (Random Forest best at 96.6% accuracy) with GridSearchCV tuning and SHAP-based explainability, served through a Python web app. Python, scikit-learn.

studysync: Full-stack collaborative study platform with real-time chat, shared notes, tasks, an admin panel, and an AI assistant. Node.js, Express, MongoDB, Socket.io.

bankers-algorithm-simulator: Interactive Banker's Algorithm simulator for deadlock avoidance, with a live demo. Vanilla JavaScript.

fintech-dynamic-scaling-broker: CloudSim broker scheduling 5,000 latency-sensitive trades across four data centers; a priority-aware, tiered-VM strategy cut average execution time by ~12.5% (136s to 119s) while meeting every SLA. Java, CloudSim.

library-management-system: Full-stack library back-office on a 15+ table schema with circulation, fines, and reporting. PHP, MySQL.

Tech

Python JavaScript Java C Node.js Express MongoDB scikit-learn AWS Flask Git

Certifications

Oracle Certified Java SE 17 Developer AWS Academy Generative AI Foundations

Connect

GitHub LinkedIn Email

Pinned Loading

  1. parallel-aco-pathfinding parallel-aco-pathfinding Public

    Parallelized Ant Colony Optimization for grid-based robot path planning — Python (multiprocessing) + C/OpenMP, with a live web visualizer.

    Python 1

  2. phishing-detection-ml phishing-detection-ml Public

    Phishing website detection using machine learning (Random Forest, SVM, KNN, Logistic Regression) with a Python HTTP server and web UI.

    Python 1

  3. studysync studysync Public

    StudySync — a full-stack collaborative learning platform for students with study groups, real-time chat, shared notes, task management, an admin panel, and an AI assistant. Built with Node.js, Expr…

    JavaScript 1

  4. fintech-dynamic-scaling-broker fintech-dynamic-scaling-broker Public

    CloudSim simulation of a priority-aware FinTech dynamic-scaling broker scheduling latency-sensitive trades across geo-distributed data centers

    Java 1

  5. library-management-system library-management-system Public

    Full-stack PHP/MySQL Library Management System (Semester 4 DBMS project)

    PHP 1

  6. bankers-algorithm-simulator bankers-algorithm-simulator Public

    Interactive browser-based Banker's Algorithm simulator for deadlock avoidance and safe resource allocation — built with vanilla HTML, CSS & JavaScript.

    JavaScript