Facial Emotion Detection Hackathon Project, Create a model and test it uing 5 to 10 sec videos to detect emotions
# Decoding Data Science in partnership with Falcons.ai
Objective: Develop an efficient facial emotion classification system employing OpenCV/Tensorflow to identify facial emotions within video streams. The goal is to achieve a high level of accuracy, low latency, and minimal computational overhead.
Similar to:
Data Source: A video dataset or a combination of image datasets featuring the target objects in states of emotion.
Kaggle : https://www.kaggle.com/datasets/msambare/fer2013
Preprocessing (if needed): Standardize or augment the images/video frames to improve model generalization, if necessary, while preserving the aspect ratio and critical features.
Model Selection & Training:
- Using the FER dataset(partial).
- Train a custom model using the prepared dataset and analyze the performance.
- Deploy Streamlit and OpenCV to allow users a web ui in which to upload a video and have the video frames analyzed by your model.
Expecation
The expectations are for the following:
- The code used to train the model.
- The model you trained.
- The Code used to run the UI and upload the video for inference.
This problem set provides a clear path to address image analysis issues using OpenCV, with a focus on Facial Emotion Classification in video streams. It allows researchers or students to hone in on critical aspects such as data preprocessing, model selection, hyperparameter tuning, performance evaluation, and results interpretation.
-------------- Fully functional Jupyternotebook will be added upon hack-a-thon challenge completion --------------
To use the notebook with relative ease please follow the steps below:
-
Ensure all of the required libraries are installed.
-
Load the libraries.
-
Run the cells and the cloud images will be generated and saved in the "clouds" directory.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you want, feel free to fork this repository. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourFeature
) - Commit your Changes (
git commit -m 'Add some YourFeature'
) - Push to the Branch (
git push origin feature/YourFeature
) - Open a Pull Request
Project Link: [https://github.com/Falcons-ai/fer_dds_challenge]
Contributing Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you want, feel free to fork this repository. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
Fork the Project Create your Feature Branch (git checkout -b feature/YourFeature) Commit your Changes (git commit -m 'Add some YourFeature') Push to the Branch (git push origin feature/YourFeature) Open a Pull Request