-
Notifications
You must be signed in to change notification settings - Fork 63
Project Requirements
Wayne Zhou 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 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). The tool should gracefully handle cases where the CSV file is empty contains no data, or some data is empty, ensuring robust file processing.
- Ability to view and edit existing case details(database).
- The application should use machine learning models to predict the likelihood of return-to-work for each case.
- Based on the prediction and case details, the system should recommend appropriate interventions or support services.
- Continuously updated and improved models using new 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.
- Intuitive and user-friendly interface for caseworkers.
- Responsive design for various devices and screen sizes.
- Comprehensive documentation and supporting files.