About the Project
The SUTD Pathfinding Project aims to enhance the navigation experience across the SUTD campus by utilizing advanced pathfinding algorithms. This project leverages real-time data to provide efficient route mapping and offers a practical tool for students and visitors alike.
Features
- Utilizes Dijkstra's algorithm for optimal pathfinding.
- Real-time data integration for accurate route mapping.
- User-friendly interface to input start and end points.
- Visual representation of the paths on the campus map.
Usage
To run the project, clone the repository and follow these steps:
- Clone the repository:
git clone https://github.com/rpeky/SUTD_Map_project.git
- Navigate to the project directory:
cd SUTD_Map_project
- Run the main program with Python 3:
python3 SUTD_Map_project.py
For detailed documentation, please refer to the GitHub repository.