Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available:
1.45.0
metadata
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
- Select a prediction model from the dashboard
- Input the required information
- Get instant predictions with detailed analysis
- 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
- Install dependencies:
pip install -r requirements.txt
- Run the api:
cd src/api
python -m uvicorn main:app --reload
- Run the application:
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