Logo Lanfrica

malakasaber/EgyptTech-SalaryPredictor

Domain:

socioeconomic

Record type:

project
Creator:
mal
Host:
End-to-end data science project analyzing 1000+ salary records from Egypt's software industry. Includes data preprocessing, ML modeling, Power BI dashboard, and Django deployment. # Egyptian Software Market Salary Analytics & Predictive Modeling πŸ’° A comprehensive data science project that analyzes salary trends in Egypt's tech industry and provides predictive modeling capabilities through an interactive web application. ## 🎯 Project Overview This project tackles the common dilemma faced by job seekers: **"What should I ask as expected salary?"** by providing data-driven insights and machine learning predictions based on real market data from Egypt's software industry. ### Key Features - **πŸ“Š Salary Analytics**: Comprehensive analysis of salary trends across different roles, experience levels, and work types - **πŸ€– ML-Powered Predictions**: Random Forest model with RΒ² > 0.8 for accurate salary predictions - **🎨 Interactive Dashboard**: Beautiful visualizations and filters for exploring salary data - **🌐 Web Application**: Django-based deployment with modern UI/UX - **πŸ“ˆ Market Insights**: Actionable insights for job seekers, employers, and HR professionals ## πŸ—οΈ Project Architecture ``` Egyptian-Salary-Analytics/ β”œβ”€β”€ predictor/ # Django app β”‚ β”œβ”€β”€ ml_models/ # Trained models (RandomForest + Scaler) β”‚ β”œβ”€β”€ preprocessing.py # Data preprocessing utilities β”‚ β”œβ”€β”€ views.py # Django views | β”œβ”€β”€ static/ # CSS, JS, and assets β”‚ └── templates/ # HTML templates β”œβ”€β”€ mywork/ # Project documentation & notebooks β”‚ β”œβ”€β”€ notebooks/ # Jupyter notebooks for EDA & modeling β”‚ └── documentation/ # Complete project documentation β”‚ └── datasets/ # uncleaned dataset extracted from google form, cleaned dataset I worked on | └── dashboard/ # Interactive dashboard files ``` ## πŸ“‹ Project Planning & Execution ### Planning Phase I followed a structured approach documented in my **Notion workspace**: πŸ”— **Project Planning & Tracking - Notion** The planning covered: - **Business Objectives**: Clear problem definition and success met …