Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.