Skip to content

ZG3Z/Streamlit-Titanic-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanic Prediction with Streamlit

Overview

This project aims to predict the likelihood of survival for passengers on the Titanic using a machine learning model. The application is built with Streamlit, a powerful Python library for creating interactive web applications.

Features

  1. Input Form:

    • Users can input various features such as age, gender, class, etc., to get predictions on the likelihood of survival.
  2. Model Prediction:

    • Based on the input provided, the model predicts whether a passenger would survive or not.

How to Run the Application

Follow these steps to run the Streamlit app locally:

  1. Clone the repository:
git clone[ https://github.com/your-username/titanic-prediction-streamlit.git](https://github.com/ZG3Z/Streamlit-Titanic-Prediction.git)
  1. Navigate to the project directory:
cd Streamlit-Titanic-Prediction
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the Streamlit app:
streamlit run app.py