This project aims to use neural networks to generate the shortest distance from point A to point B on a map. The system takes advantage of Django's backend capabilities and utilizes JavaScript, HTML5, CSS, Bootstrap, Networkx, and Leaflet to provide an interactive user experience.
- Utilizes neural networks to calculate the shortest distance between two points.
- Uses Leaflet map API to interact with the map.
- Displays an interactive map with establishments marked.
- Selectively view establishment type.
- Generates the optimal path along with a list of establishments you can visit.
- Clone the repository:
git clone https://github.com/miggy-pg/iligan_graph_gis
- Navigate to the project directory:
cd iligan_graph_gis
- Create python virtual environment.
- Install dependencies:
pip install -r requirements.txt
Contributions are welcome! If you'd like to contribute to the Iligan Graph GIS website, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add some feature"
- Push to your forked repository:
git push origin feature/your-feature-name
- Create a pull request.
Feel free to reach out to me via email at [email protected] or connect with me on LinkedIn.