This repository contains a Jupyter Notebook for a project focused on developing a deep learning model to classify images into different yoga poses. The project uses convolutional neural networks (CNNs) and transfer learning techniques to distinguish among five yoga poses including the downward dog, goddess, tree, plank, and warrior poses.
The dataset used in this project is the "Yoga Poses Dataset" from Kaggle. It contains images categorized into five classes representing different yoga poses. You can find the dataset from Yoga Poses Dataset.
The model uses pre-trained weights from the Xception model. You can download the weights from this link. Ensure to place the downloaded weights file in the correct directory as specified in the Jupyter Notebook.
This Github Respository, specifically the Jupyter notebook is structured to be accessible for beginners, providing detailed explanations and a step-by-step approach, while also encompassing advanced techniques for seasoned practitioners. Let's dive into the world of Yoga Pose Detection and deep learning!
To get started with this project:
- Clone this repository to your local machine.
- Ensure you have Jupyter Notebook installed and running.
- Install the required dependencies.
- Download the "Yoga Poses Dataset" and place it in the designated directory.
- Open and run the Jupyter Notebook "Yoga-Pose-Detection.ipynb" to train and evaluate the model.
We welcome contributions to enhance the functionality and efficiency of this script. Feel free to fork, modify, and make pull requests to this repository. To contribute:
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
). - Commit your Changes (
git commit -m 'Add some AmazingFeature'
). - Push to the Branch (
git push origin feature/AmazingFeature
). - Open a Pull Request against the
main
branch.
This project is licensed under the MIT License - see the LICENSE
file for details.
Author: Akhil Chhibber
LinkedIn: https://www.linkedin.com/in/akhilchhibber/
Medium Blogs: https://medium.com/@akhil.chibber