This is a Streamlit web application that provides insights into the placement records of MSIT. The app helps users explore placement statistics, company details, and student performance metrics.
- Interactive visualizations of placement data
- Company-wise placement records
- Year-wise trends and statistics
- Search and filter options for easy navigation
Check out the live app here: MSIT Placement Records
To run this app locally, follow these steps:
- Clone the repository:
git clone <repository-url> cd <repository-folder>
- Install the required dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run app.py
- Python
- Streamlit
- Pandas
- Matplotlib / Seaborn (for visualizations)
├── app.py # Main Streamlit app
├── data/ # Placement data files
├── utils.py # Helper functions
├── requirements.txt # Python dependencies
├── README.md # Project documentation
If you would like to contribute, feel free to fork the repository and submit a pull request with your improvements.