Projects

My projects and work across different technologies and domains.

All Projects(2 projects)

telecom-dataset-knn-classification.tsx
1import React from 'react';
2import { Python, NumPy } from './tech';
3
4export default function TelecomdatasetKNN-classification() {
5return (
6<div className="app">
7<h1>Telecom dataset KNN-classification</h1>
8// Built with Python
9</div>
10);
11}

KNN classification model for telecom dataset. Built with Python and scikit-learn.

Technologies

All Systems Operational
View Details
iran-macro-economic-indicators-analysis.tsx
1import React from 'react';
2import { Python, Jupyter } from './tech';
3
4export default function Iranmacro-economicindicatorsanalysis() {
5return (
6<div className="app">
7<h1>Iran macro-economic indicators analysis</h1>
8// Built with Python
9</div>
10);
11}

A data-driven macroeconomic deep dive into Irans economy using 60+ years of annual indicators. Covers GDP cycles, inflation, currency devaluation, trade behaviour, and population trends through 12 analytical sections with time series plots, rolling averages, and Z-score anomaly detection.

Technologies

All Systems Operational
View Details

Developed by Dhyan Dave
© 2026. All rights reserved.