Welcome to the Classification Model Prediction App, a simple and interactive web application built with Streamlit. This app allows users to input feature values and receive predictions from a pre-trained classification model.
- User-Friendly Interface: Enter input values easily through the web UI.
- Instant Predictions: Get real-time predictions using the saved classification model.
- Error Handling: Provides clear messages if the model file is missing.
Ensure you have Python installed, then install the required packages:
pip install streamlit numpy pickle5To launch the Streamlit app, use the following command:
streamlit run app.py- Enter values for each feature.
- Click the Predict button to get the model's classification.
Make sure the classifier.pkl file (your trained classification model) is available in the project directory. If the file is missing, train and save a model first.
🔗 Try it here: Sleep Disorder Classification App
This project is licensed under the MIT License - feel free to modify and use it!