This Flask web application integrates machine learning to streamline project management. It predicts task delays, suggests optimal resource allocation, and helps teams make smarter decisions based on data.
- Web-based project dashboard
- Task input and tracking
- ML-based delay prediction and risk analysis
- Dynamic feedback using
render_template_string
- Python
- Flask
- Scikit-learn / TensorFlow (for ML model)
- HTML/CSS/JavaScript (for UI)
- Clone the repository:
git clone https://github.com/your-username/project-management-ml.git cd project-management-ml