An AI-powered pathfinding and visualization tool designed for Electric Vehicle (EV) navigation. It leverages the A* search algorithm to calculate optimal routes between charging stations, ensuring efficient and battery-aware travel for EV users.
- A* Pathfinding Algorithm for fast and efficient route calculation.
- EV Charging Station Awareness to avoid battery depletion during travel.
- Graphical Visualization of nodes, edges, and the optimal path.
- Focus on eco-friendly and efficient routing.
-
Clone the repository:
git clone https://github.com/NACHAMMAI-SN/EVisionPath.git cd EVisionPath -
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
- Add support for dynamic traffic and weather data.
- Integrate with real-time EV battery monitoring.
- Deploy as a web or mobile application for easy access.
This project is open-source under the MIT License.