Skip to content

This Project Uses Machine Learning Algorithms like Kmeans Clustering DBScan and it identifies the accident locations

License

Notifications You must be signed in to change notification settings

Prureddy/identifying_accident_zones_using_clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identifying Accident Zones Using Clustering

This project aims to identify accident zones using clustering techniques. It utilizes Flask, a Python web framework, to deploy a web application for identifying accident-prone areas based on provided data.

Features

  • Utilizes clustering and DB Scan algorithms to identify accident-prone areas.
  • Provides a web interface for users to input data and visualize results.
  • Implements Flask for the backend server and routing.
  • Allows for customization of clustering algorithms and parameters.

Installation

  1. Clone the repository:

    git clone https://github.com/Prureddy/identifying_accident_zones_using_clustering.git
    
  2. Navigate to the project directory:

    cd identifying_accident_zones_using_clustering
    
  3. Install dependencies using pip:

    pip install -r requirements.txt
    

Usage

  1. Run the Flask application:

    python app.py
    
  2. Access the web application by visiting http://localhost:5000 in your web browser.

  3. Use the provided interface to input data and visualize accident-prone areas.

Screenshots

Screenshot 2024-03-31 111814 Screenshot 2024-03-31 160909 Screenshot 2024-03-31 155954

Screenshot 2024-03-31 133724 Screenshot 2024-03-31 130533 Screenshot 2024-03-31 115344

Configuration

  • config.py: Contains configuration settings for the Flask application.

Contributing

Contributions are welcome! Please feel free to submit issues, pull requests, or suggestions.

License

MIT License

Acknowledgments

  • This project was developed as part of my Freelancing Work

About

This Project Uses Machine Learning Algorithms like Kmeans Clustering DBScan and it identifies the accident locations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published