This project performs an exploratory data analysis (EDA) on the Titanic dataset. It aims to uncover patterns and insights about the passengers and their survival rates through various data analysis techniques.
To set up the project locally, follow these steps:
-
Clone the repository: bash git clone https://github.com/baranidharan27/project.git
-
Navigate to the project directory:
bash cd your-repo
-
Create a virtual environment:
bash python -m venv env
-
Activate the virtual environment:
-
On Windows: bash .\env\Scripts\activate
-
On macOS and Linux: bash source env/bin/activate
-
-
Install the required packages:
bash pip install -r requirements.txt
-
Start Jupyter Notebook: bash jupyter notebook
-
Open the EDA.ipynb notebook and run the cells to perform the analysis.
This project uses FastAPI to create endpoints for various modules:
- PDF Module: /pdf
- PPT Module: /ppt
- Text Module: /text
- File Upload: /upload
- LLM Query: /query
Contributions are welcome!