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.
- Real-time drone detection using computer vision
- User-friendly web interface
- Live monitoring with webcam input
- Easy deployment and setup
- Python
- Flask (for the web framework)
- OpenCV (for computer vision)
- HTML/CSS/JavaScript (for the front end)
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/bhavishyasingla1/drone_detection_webapp.git
- Navigate to the project directory:
cd drone_detection_webapp
- Install the required dependencies:
pip install -r requirements.txt
To run the application, follow these steps:
- Start the Flask server:
python app.py
-
Open your web browser and go to http://127.0.0.1:10000/.
-
Allow access to your webcam when prompted.
-
The application will start detecting drones in real time.
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.
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.
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to OpenCV for providing powerful computer vision capabilities. Thanks to [Flask] for an excellent web framework.