-
Notifications
You must be signed in to change notification settings - Fork 63
Project Requirements
delmarne edited this page Jun 3, 2024
·
9 revisions
The project's objective is to develop a cloud-based web application to assist employment service agency caseworkers. The application should predict the likelihood of return-to-work and make intervention recommendations for each client's case. It should include an interface that allows users to input client information manually or drop data files.
Example web application: clearviction (GitHub)
- Clients should be able to create new employment service cases and input client information (e.g., demographics, employment history, medical conditions).
- Support for manual data entry and uploading data files in various formats (e.g., CSV, Excel).
- Case managers should have the ability to view and update existing case details for all their clients (database storage).
- The application should use machine learning models to predict the baseline likelihood of each client's ability to return-to-work.
- Based on the prediction and case details, the system should recommend appropriate interventions or support services.
- The application should predict the client's ability to return to work after the suggested interventions are applied.
- The model should be continuously updated and improved using outcome data.
- Encryption of sensitive client data at rest and in transit.
- Login Authorization
- The application should be able to handle a large volume of cases and data.
- Efficient data processing and model inference performance.
- Cloud Platform deployment.
- High uptime and availability, with minimal scheduled downtime.
- Robust disaster recovery and backup mechanisms for data protection.
Usability and User Experience
- Intuitive and user-friendly interface for caseworkers and clients.
- Users should have access to website from various devices.
- Responsive design for various devices and screen sizes.
- Comprehensive documentation and supporting files.