# ================================
# 🔹 CORE INFO
# ================================
class DhyeySavaliya:
def __init__(self):
self.name = "Dhyey Savaliya"
self.education = "B.Tech CSE @ MIT-WPU, Pune"
self.metrics = {"CGPA": 7.6}
self.status = "Intern at SAC-ISRO"
# ================================
# 🧠 TECH STACK
# ================================
def tech_stack(self):
return {
"languages": ["Python", "C++"],
"ml_stack": ["NumPy", "Pandas", "Matplotlib", "Seaborn", "Scikit-learn"],
"database": ["MySQL"],
"tools": ["Git", "GitHub", "Jupyter", "Tableau"]
}
# ================================
# 📊 RESEARCH & PROJECTS
# ================================
def research_and_projects(self):
return {
"Atmospheric CO₂ Forecasting": {
"winner_model": "LSTM",
"metrics": {"RMSE": 0.8750, "MAE": 0.6739}
},
"Satellite Signal Classification":
"87.9% Accuracy (Decision Tree)",
"Diabetes Risk Prediction":
"77% Accuracy (Logistic Regression)"
}
# ================================
# 🏆 ACHIEVEMENTS
# ================================
def achievements(self):
return "🥉 3rd Place — HackMITWPU’24 Ideathon (Healthcare ML)"
⚡
Proactive
Pinned Loading
-
Olympic-athletes-data-analysis
Olympic-athletes-data-analysis PublicPerformed end-to-end exploratory data analysis on a real-world athlete dataset by validating data quality (duplicate records), designing decade-wise temporal aggregations, and visualizing long-term…
Jupyter Notebook
-
Satellite-Signal-Strength-Classification
Satellite-Signal-Strength-Classification PublicCreated an ML pipeline to classify satellite signal strength using telemetry data, improving communication reliability assessment. Achieved 81.2%, 87.9%, and 81.2% accuracies for KNN, Decision Tree…
Jupyter Notebook
-
ML-Diabetes-Prediction
ML-Diabetes-Prediction PublicBuilt preprocessing pipelines and an interface for professionals to assess diabetes risk accurately. Accuracy of 77% for Logistic Regression model.
Jupyter Notebook
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

