This project leverages deep learning and transfer learning techniques to classify human actions in images using pre-trained Convolutional Neural Network (CNN) models such as ResNet and VGG16. The models were fine-tuned on a human action image dataset to accurately recognize different types of actions.
๐ง Apply transfer learning with ResNet and VGG16 for image classification
๐ผ๏ธ Classify images based on human actions (e.g., running, jumping, sitting, etc.)
๐ Compare models using evaluation metrics like accuracy, precision, recall, and F1-score
Python
TensorFlow / Keras
NumPy, Pandas
Matplotlib, Seaborn
Scikit-learn
Tkinter