This project was presented at the 9th National Conference on Advancements in Information Technology (NCAIT-2023) held at JSS Academy of Technical Education on May 3, 2023.
Students' lives can get extremely busy and quite hectic, especially those of college students. With their newfound independence comes a hefty requirement of self-governance which can be intimidating for the majority. Although to most with a rigid routine and schedule, getting to the bus on time does not seem like a big task, it can be to a student who has only just started to become self-sufficient. Buses are accessible for travelers going to various places, but most passengers lack comprehensive knowledge about these buses.
This includes details such as the number of buses that travel to the desired destination, bus numbers, timings, routes, and estimated travel time. Having this complete information would greatly help passengers in choosing the right routes, tracking the current location of the bus, and getting accurate arrival time at the destination.
CRISP is a system that uses GPS to determine the precise location of multiple vehicles simultaneously and to record the position of them at regular intervals. The recorded location data is transmitted to a central location database using a cellular modem embedded in the unit. This allows the vehicles’ locations to be displayed against a map backdrop in real-time using GPS tracking software.
- Real-time GPS-based tracking of multiple vehicles
- Displaying vehicle locations against a map backdrop
- Comprehensive information on bus numbers, timings, routes, and estimated travel time
- Easy selection of the right bus routes for passengers
- Accurate arrival time estimation for destinations
- User-friendly interface for enhanced passenger experience
To get started with the CRISP admin panel repository, follow the steps below:
Node.js (v14.x or higher) and npm (v6.x or higher) must be installed on your machine.
git clone https://github.com/your-username/crisp.git
cd crisp
npm install
npm run start
Contributions to this project are welcome. If you find any issues or have suggestions for improvements, feel free to open a new issue or submit a pull request.
Developed by Gangadhar, Pranavesh, Eeshwar, Anmol, Aarush, Hriday for CRISP - Comprehensive Route Information System for Passengers.
Happy coding 👨💻