This is a simple and interactive Streamlit Dashboard built using the famous Titanic dataset.
The dashboard helps you explore, visualize, and understand the Titanic passenger survival data.
π Live Demo: Click here to try it!
- π Dataset preview (first few rows)
- π Missing values check
- π Feature correlation heatmap
- π― Automatic feature selection
- π§βπ€βπ§ Passenger class-wise distribution
- β¨ Extra survival distribution by gender
I am using the Titanic dataset from Kaggle:
π Titanic Dataset on Kaggle
- Clone this repository:
git clone https://github.com/RishiY7/Project-Titanic-Dataset.git cd Project-Titanic-Dataset - Install dependencies:
pip install -r requirements.txt
- Run Streamlit:
streamlit run app.py