This project, "CV and Drones 101," was conducted under the Electrical Engineering Association in December. The focus of this project is on the application of Computer Vision (CV) techniques in the domain of drones.
Drones have become increasingly popular and find applications in various fields. This project aims to provide an introductory guide to the integration of Computer Vision with drones, covering fundamental concepts and practical implementations.
- Introduce participants to the basics of Computer Vision.
- Explore the intersection of Computer Vision and Drone technology.
- Hands-on experience with OpenCV for drone applications.
- Foster collaboration and knowledge exchange among participants.
- Introduction to Computer Vision principles.
- Practical sessions on implementing Computer Vision techniques with OpenCV.
- Integration of Computer Vision with drone technology.
- Collaborative learning environment.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/abhishekmeena33/CV-and-Drones-101.git
- Navigate to the project directory:
cd CV-and-Drones-101
- Follow the installation instructions.
Ensure you have Python and OpenCV installed on your machine. You can install the required dependencies using the following command:
pip install -r requirements.txt