This is a simplified frontend for the Credit Risk Predictor application. It's built as a static HTML page that connects to the backend API.
- Simple form interface for credit risk prediction
- Real-time connection to backend API
- Clean and responsive design
- Error handling and loading states
This application is deployed using Azure Static Web Apps. The deployment is triggered automatically on pushes to the main branch.
The frontend connects to the backend API hosted at:
- Enter the required information:
- Credit Limit
- Age
- Credit Utilization
- Payment Ratio
- Click "Predict Risk" to get the prediction
- View the risk level and credit utilization ratio in the results section