Asthma Predictor is a web-based application that predicts asthma based on input data and displays the analysis results. It utilizes machine learning techniques to provide accurate predictions and visualizations.
- Upload CSV files containing relevant data.
- Analyze the uploaded data to predict asthma.
- Display analysis results including accuracy and prediction data.
- User-friendly interface for easy interaction.
- Upload Data: Select a CSV file containing relevant data.
- Analyze: Trigger analysis to predict asthma based on the uploaded data.
- View Results: Explore the analysis results including accuracy and prediction data.
To run the Asthma Predictor locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/asthma-predictor.git
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your web browser and go to
http://localhost:8050
.
- Python
- Dash (Python framework for building analytical web applications)
- scikit-learn (Machine learning library for Python)
- HTML/CSS (for frontend design)
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or create a pull request.
This project is licensed under the MIT License.
Special thanks to Bootstrap for providing CSS styling and Plotly for interactive visualizations.