Spaces:
Sleeping
Sleeping
File size: 1,470 Bytes
3efedb0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
---
title: AI Prediction Dashboard
emoji: 🎯
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: 1.32.0
app_file: src/frontend/app.py
pinned: false
---
# AI Prediction Dashboard
A comprehensive AI-powered prediction dashboard that provides insights into:
- Loan Approval Predictions
- Employee Attrition Analysis
- Healthcare Risk Assessment (Diabetes and Liver Disease)
## Features
- Interactive prediction interfaces
- Detailed explanations and visualizations
- Real-time risk assessment
- Personalized recommendations
## How to Use
1. Select a prediction model from the dashboard
2. Input the required information
3. Get instant predictions with detailed analysis
4. View personalized recommendations
## Technical Details
- Built with Streamlit
- Powered by machine learning models
- Real-time API integration
- Interactive visualizations using Plotly
## Technologies
- Python
- Streamlit
- FastAPI
- Scikit-learn
- Pandas
- NumPy
- Plotly
## Setup
1. Install dependencies:
```bash
pip install -r requirements.txt
```
2. Run the api:
```bash
cd src/api
python -m uvicorn main:app --reload
```
3. Run the application:
```bash
cd src/frontend
streamlit run app.py
```
## Models
The system includes pre-trained models for:
- Loan approval prediction
- Employee attrition prediction
- Healthcare predictions (diabetes and liver disease)
## Contributors
- Team Syntax Squad
|