Skip to content

Drone Detection Web Application: A real-time drone detection interface using a webcam, built with Python and Flask. While the detection feature is currently non-operational, you can explore the user-friendly interface in the live demo by clicking the link below.

License

Notifications You must be signed in to change notification settings

bhavishyasingla1/drone_detection_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drone Detection Web Application

Welcome to the Drone Detection Web Application! This project aims to provide a user-friendly interface for detecting and monitoring drone activities in a given area. It leverages advanced computer vision techniques to identify drones in real time.

Table of Contents

Features

  • Real-time drone detection using computer vision
  • User-friendly web interface
  • Live monitoring with webcam input
  • Easy deployment and setup

Technologies Used

  • Python
  • Flask (for the web framework)
  • OpenCV (for computer vision)
  • HTML/CSS/JavaScript (for the front end)

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:
 git clone https://github.com/bhavishyasingla1/drone_detection_webapp.git
  1. Navigate to the project directory:
 cd drone_detection_webapp
  1. Install the required dependencies:
 pip install -r requirements.txt

Usage

To run the application, follow these steps:

  1. Start the Flask server:
  python app.py
  1. Open your web browser and go to http://127.0.0.1:10000/.

  2. Allow access to your webcam when prompted.

    image

  3. The application will start detecting drones in real time.

    image

View Live Interface

You can try the Drone Detection Web Application through this live demo. While the interface is functional, please remember that the drone detection feature is not currently operational.

image

Contributing

Contributions are welcome! If you want to contribute to this project, please fork the repository and create a new branch. Submit a pull request with a clear description of your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Special thanks to OpenCV for providing powerful computer vision capabilities. Thanks to [Flask] for an excellent web framework.

About

Drone Detection Web Application: A real-time drone detection interface using a webcam, built with Python and Flask. While the detection feature is currently non-operational, you can explore the user-friendly interface in the live demo by clicking the link below.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published