2.2 KiB
2.2 KiB
<< Project Title >>
CS 445 Final Project
Spring, 2025
Team: Team 4
- Spencer Powell
- Levi Lesches
Getting Started
This project is a website which allows for picking a source and destination and getting the ideal bus route between the 2 given static information.
Roadmap
A list of features, function or non-functional, you would like to add in the future if you had time, i.e. Phase 2 stuff
- Make use of time/direction information available in static scheduling information
- Place our hardware on OCCT buses to remove ETA Spot dependence/legal question mark
- Design/build hardware - Keyword reminder for mobile data: IoT data plan and/or M2M
- Negotiate placing hardware on OCCT buses
- Chat with BCT about getting their live bus info
- Use machine learning to predict bus locations based on current position, current time of day and current route,
SRS
Prerequisites
Installing
cd into the src
directory and run just setup
then run docker-compose build
.
To run just run docker-compose up
in the src
directory
Built With
License
DIY license written out which grants MIT rights to professor moore for the version of this submitted for grading and no rights to anyone else.
Acknowledgments
- Claude and chatGPT were used for the creation of scripts for certain rote data conversion tasks
- This project would not exist with the data it has if not for prior instances of attempts to make this idea by US, of particular note is the usage of GTFS data which was only learned of in a prior attempt with Lucy Loerker