A simple and interactive Machine Learning Dashboard built using Streamlit. This dashboard demonstrates a basic machine learning pipeline with the Iris dataset. It includes dataset exploration, model training, evaluation, feature importance visualization, and interactive predictions.
- Dataset Overview: View and explore the Iris dataset.
- Model Training and Evaluation: Random Forest classifier with performance metrics.
- Feature Importance: Visualization of feature importance using Matplotlib.
- Interactive Predictions: Use sliders to input feature values and get real-time predictions.
- Clone the repository:
git clone https://github.com/canstralian/Bug-Bounty-RAG-App.git cd Bug-Bounty-RAG-App
- Install dependencies:
pip install -r requirements.txt
- Run the app:
streamlit run app.py
The following Python libraries are required:
- Streamlit
- Pandas
- Scikit-learn
- Matplotlib
Refer to requirements.txt
for specific versions.
Bug-Bounty-RAG-App/
├── app.py # Main Streamlit application
├── requirements.txt # Required Python dependencies
├── README.md # Project documentation
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Feel free to open an issue or submit a pull request for improvements or new features.
Your Name
- GitHub: @canstralian