This repository contains the materials used in the AI and Computer Vision Workshop conducted by Beatriz Emiliano, Raissa Pordeus, and Moisés Cipriano. The workshop covered fundamental concepts of AI and explored the application of Computer Vision for object recognition using the Pipeline library and the YOLO algorithm.
In this workshop, we introduced participants to the basic concepts of AI and Computer Vision and guided them through the implementation of an object detection system using hand tracking techniques. The practical activity was conducted in the Google Colab environment using Python.
hand_tracking
: Jupyter Notebook containing the complete source code for the hand tracking practical activity using the Pipeline library and the YOLO algorithm.data
: Folder containing the data used for training the YOLO model. The files are organized in classes corresponding to the detected objects.images
: Images used for testing the hand tracking.README.md
: This README file providing information about the workshop and the repository.
- Basic knowledge of Python programming.
- Familiarity with fundamental concepts of AI and Computer Vision.
- Google Colab account to run the notebook.
- Download the
hand_tracking.ipynb
file from this repository. - Access Google Colab and log in with your account.
- Upload the
hand_tracking.ipynb
file to Google Colab. - Follow the detailed instructions in the notebook to execute the hand tracking practical activity.
- Pipeline Library: Official documentation of the Pipeline library.
- YOLO: Information about the YOLO algorithm and available implementations.
This repository was created as part of the workshop, but we are open to contributions and suggestions for improvements. If you encounter any issues or have ideas to enhance the code, feel free to submit a pull request or open an issue.
This project is licensed under the MIT License.
We hope this repository is helpful for you to learn and explore the application of AI and Computer Vision. If you have any questions, please contact us!
- Beatriz Emiliano M. de Sousa - UFCG
- Raissa Pordeus - UFCG
- Moisés Cipriano - UFCG