https://github.com/akshay-kalekar/track_status
This app is designed to ease the extraction of Bhopal students' names from a long list of registration numbers. Simply copy and paste the entire column of registration numbers, and the app will filter out the relevant Bhopal student records.
https://github.com/akshay-kalekar/track_status
python streamlit
Last synced: 6 months ago
JSON representation
This app is designed to ease the extraction of Bhopal students' names from a long list of registration numbers. Simply copy and paste the entire column of registration numbers, and the app will filter out the relevant Bhopal student records.
- Host: GitHub
- URL: https://github.com/akshay-kalekar/track_status
- Owner: akshay-Kalekar
- Created: 2024-09-17T16:06:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T16:59:53.000Z (over 1 year ago)
- Last Synced: 2025-01-22T08:37:22.653Z (over 1 year ago)
- Topics: python, streamlit
- Language: Python
- Homepage: https://trackstatus.streamlit.app/
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Track Status
## Overview
**Track Status** is a Streamlit-based web application designed to facilitate student record analysis and placement data overview. The app helps extract student names from a large list of registration numbers, filter them by campus, and display placement statistics, including company-wise placement counts and package categorization.
## Features
- **Campus-wise Record Filtering**: Extract and filter student records based on their campus (Bhopal, Vellore, Chennai, Amravati).
- **Company-wise Placement Data**: Display the number of students placed in each company.
- **Package Type Categorization**: Categorize students by the type of package they received, if available in the dataset.
- **Real-time Data Display**: Interact with data tables for student records, company placement, and package categorization.
## Branch-Wise Assumptions
The application assumes the following branch-wise structure for student registration numbers:
- `0000-1000` & `2001-4000`: Vellore
- `1001-2000` & `4001-7000`: Chennai
- `7001-10000`: Amravati
- `10001 onwards`: Bhopal
## Installation
To install and run the project locally, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/your-username/track-status.git
cd track-status
2. **Install the required Python packages**
```bash
pip install streamlit pandas
3. **Run the application**
```bash
streamlit run app.py
4. **View the app**
Open a browser and navigate to http://localhost:8501 to interact with the app