Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kedwar83/bus-arrival-predictor
Backend application to predict arrivals of buses for UNCC
https://github.com/kedwar83/bus-arrival-predictor
backend data-science python school-project
Last synced: 3 days ago
JSON representation
Backend application to predict arrivals of buses for UNCC
- Host: GitHub
- URL: https://github.com/kedwar83/bus-arrival-predictor
- Owner: kedwar83
- Created: 2022-12-06T18:05:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T16:31:22.000Z (5 months ago)
- Last Synced: 2024-11-20T14:50:54.152Z (2 months ago)
- Topics: backend, data-science, python, school-project
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bus Arrival Predictor
## Overview
The **Bus Arrival Predictor** is an advanced backend application designed to predict bus arrival times at various stops for the University of North Carolina at Charlotte (UNCC). Leveraging real-time traffic data and multithreading, the app ensures accurate and timely predictions to help students and staff plan their commutes effectively.
## Features
- **Real-Time Predictions:** Provides up-to-date bus arrival times based on current traffic conditions.
- **Traffic Adjustment:** Accounts for varying traffic levels throughout the day to enhance prediction accuracy.
- **Multithreading Support:** Utilizes multithreading to handle multiple predictions simultaneously, improving performance and responsiveness.
- **Backend Integration:** Functions as the backend service for the main application, seamlessly integrating with the front-end user interface.